fixed kicking and banning, and removed a unused variable

This commit is contained in:
Maverick Motherfucker 2011-06-06 17:11:49 -07:00
parent a7e912c9f4
commit df9e2bb423
3 changed files with 11 additions and 6 deletions

View file

@ -17,7 +17,6 @@ namespace TShockAPI
public static bool infiniteInvasion;
public static bool permaPvp;
public static int killCount;
public static bool startedInvasion;
public static bool kickCheater = true;
public static bool banCheater = true;
public static bool kickGriefer = true;