Comment out dangerous debug code
This commit is contained in:
parent
e030d54bd6
commit
0770e3d125
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ namespace TShockAPI.Handlers
|
|||
|
||||
// Uncommenting this function will send the same tile square 10 blocks above you for visualisation. This will modify your world and overwrite existing blocks.
|
||||
// Use in test worlds only.
|
||||
Debug.DisplayTileSetInGame(tileX, tileY - 10, size, size, tiles, args.Player);
|
||||
//Debug.DisplayTileSetInGame(tileX, tileY - 10, size, size, tiles, args.Player);
|
||||
Debug.VisualiseTileSetDiff(tileX, tileY, size, size, tiles);
|
||||
|
||||
// If we are handling this event then we have updated the server's Main.tile state the way we want it.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue