A deal for world edit client makers to use SendTileSquare.
This commit is contained in:
parent
6aba5ca624
commit
77d3ec431e
2 changed files with 6 additions and 1 deletions
|
|
@ -376,7 +376,9 @@ namespace TShockAPI
|
|||
|
||||
private static bool HandleSendTileSquare(GetDataHandlerArgs args)
|
||||
{
|
||||
|
||||
if (args.Player.Group.HasPermission(Permissions.allowclientsideworldedit))
|
||||
return false;
|
||||
|
||||
var size = args.Data.ReadInt16();
|
||||
var tileX = args.Data.ReadInt32();
|
||||
var tileY = args.Data.ReadInt32();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue