prepare for 1.11 (and useless shit because 1.11 bug)

This commit is contained in:
BotoX
2019-11-13 12:05:24 +01:00
parent 1b388d585a
commit 1a8ab9d8a9
4 changed files with 380 additions and 374 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
#include <multicolors>
#include <sourcemod>
#include <sdkhooks>
#include <zombiereloaded>
@@ -593,4 +592,4 @@ public void Cvar_Damage(ConVar convar, const char[] oldValue, const char[] newVa
public void Cvar_TicksToSkip(ConVar convar, const char[] oldValue, const char[] newValue)
{
g_iTicksToSkip = convar.IntValue;
}
}