mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-05 13:02:44 +13:00
Fix tile debug feature
This commit is contained in:
parent
ed12e9ad12
commit
6613b0cb87
1 changed files with 1 additions and 1 deletions
|
@ -6125,7 +6125,7 @@ namespace HISP.Server
|
|||
}
|
||||
// TODO: REMEMBER TO CHANGE THIS BACK
|
||||
//byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo(returnedMsg);
|
||||
byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo("ground: " + Map.GetTileId(x, y, false) + ", overlay: " + Map.GetTileId(x, y, true));
|
||||
byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo("ground: " + Map.GetTileId(x, y, false)-1 + ", overlay: " + Map.GetTileId(x, y, true)-1);
|
||||
sender.SendPacket(tileInfoPacket);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue