From bd77f3914b3ab40b20f43a5eda7acf424f840912 Mon Sep 17 00:00:00 2001 From: Steven P Date: Sun, 14 Jun 2020 19:44:16 +0100 Subject: [PATCH] Remove an extra extension check --- src/scripting/System.sp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/scripting/System.sp b/src/scripting/System.sp index 980817c4..d0558a09 100644 --- a/src/scripting/System.sp +++ b/src/scripting/System.sp @@ -71,11 +71,6 @@ stock void InitializeSystem() SetFailState("The SteamTools Extension is not loaded."); } - if (GetExtensionFileStatus("soundlib.ext") < 1) - { - SetFailState("The SoundLib Extension is not loaded."); - } - LoadTranslations("microtf2.phrases.txt"); #if defined LOGGING_STARTUP