Skip to content

Commit

Permalink
Remove an extra extension check
Browse files Browse the repository at this point in the history
  • Loading branch information
safalin1 committed Jun 14, 2020
1 parent 10fce68 commit bd77f39
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scripting/System.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd77f39

Please sign in to comment.