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 18cc86a5b2
commit 5f3d6267c0
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;
}
}