FullUpdate & ThirdPerson minor changes.

This commit is contained in:
BotoX
2017-03-02 21:26:09 +01:00
parent 1b352b587f
commit 4d9e016e92
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -18,10 +18,10 @@ public Plugin myinfo =
public void OnPluginStart()
{
Handle hGameConf = LoadGameConfigFile("FullUpdate2.games");
Handle hGameConf = LoadGameConfigFile("FullUpdate.games");
if(hGameConf == INVALID_HANDLE)
{
SetFailState("Couldn't load FullUpdate2.games game config!");
SetFailState("Couldn't load FullUpdate.games game config!");
return;
}