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:
parent
cfc05e1663
commit
9dee779a27
2 changed files with 37 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue