Small fixes

This commit is contained in:
BotoX
2019-10-30 23:16:39 +01:00
parent 576a6b5049
commit 0af43b367d
3 changed files with 11 additions and 6 deletions
+1
View File
@@ -33,6 +33,7 @@ public void OnPluginStart()
HookEvent("player_spawn", Event_Spawn, EventHookMode_Post);
AutoExecConfig(true);
RadarModeChanged(g_cRadarMode, "", "");
}
public void RadarModeChanged(ConVar cvar, const char[] sOldVal, const char[] sNewVal)