mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
fix tile debug feature
This commit is contained in:
parent
393dc147da
commit
ed12e9ad12
5 changed files with 9 additions and 9 deletions
|
@ -6122,10 +6122,10 @@ namespace HISP.Server
|
|||
}
|
||||
|
||||
returnedMsg = Messages.FormatPlayerHereMessage(usernameStr);
|
||||
}
|
||||
}
|
||||
// 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) + ", overlay: " + Map.GetTileId(x, y, true));
|
||||
sender.SendPacket(tileInfoPacket);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue