forked from UNLOZE/sm-plugins
Lots of small fixes/improvements
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
"Games"
|
||||
{
|
||||
"cstrike"
|
||||
{
|
||||
"Offsets"
|
||||
{
|
||||
"AcceptInput"
|
||||
{
|
||||
"windows" "36"
|
||||
"linux" "37"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -50,10 +50,10 @@ public Plugin myinfo =
|
||||
|
||||
public void OnPluginStart()
|
||||
{
|
||||
Handle hGameConf = LoadGameConfigFile("PointServerCommandFilter.games");
|
||||
Handle hGameConf = LoadGameConfigFile("sdktools.games");
|
||||
if(hGameConf == INVALID_HANDLE)
|
||||
{
|
||||
SetFailState("Couldn't load PointServerCommandFilter.games game config!");
|
||||
SetFailState("Couldn't load sdktools game config!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user