Fixed exploit allowing client to send client info packet more than once.

Fixed exploit allowing client to send tile square.
This commit is contained in:
high 2011-06-06 21:00:32 -04:00
parent cfc05e1663
commit 9dee779a27
2 changed files with 37 additions and 3 deletions

View file

@ -10,6 +10,7 @@ namespace TShockAPI
public bool syncHP;
public bool syncMP;
public Group group;
public bool receivedInfo;
private int player;
public TSPlayer(int ply)