Added ban for placing impossible to place tiles and liquids.
Added ban for attempting to place non-existent liquids.
This commit is contained in:
parent
46fcd29337
commit
43b968e37f
3 changed files with 60 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue