forked from UNLOZE/sm-plugins
FullUpdate & ThirdPerson minor changes.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user