Added ban for placing impossible to place tiles and liquids.

Added ban for attempting to place non-existent liquids.
This commit is contained in:
Shank 2011-06-06 16:38:41 -06:00
parent 46fcd29337
commit 43b968e37f
3 changed files with 60 additions and 10 deletions

View file

@ -10,7 +10,8 @@ namespace TShockAPI
public bool syncHP;
public bool syncMP;
public Group group;
public int lavaCount = 0;
public int waterCount = 0;
private int player;
public TSPlayer(int ply)