Some KillTile prevention thingy
This commit is contained in:
parent
b9ff874351
commit
d26cd3bd16
1 changed files with 2 additions and 0 deletions
|
|
@ -364,6 +364,8 @@ namespace TShockAPI
|
|||
}
|
||||
}
|
||||
}
|
||||
else if (e.MsgID == 0x22) // Client only KillTile
|
||||
e.Handled = true; // Client only uses it for chests, but sends regular 17 as well.
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue