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

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;
}

View File

@ -24,9 +24,9 @@ enum Obs_Mode
public Plugin myinfo =
{
name = "FullUpdate",
name = "ThirdPerson",
author = "BotoX",
description = "Serverside cl_fullupdate",
description = "Shitty thirdperson.",
version = "1.0"
}