mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
Revert tile debug
This commit is contained in:
parent
2b6db887ed
commit
645dd3ecf4
8 changed files with 30 additions and 10 deletions
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("1.8.33.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.33.0")]
|
||||
[assembly: AssemblyVersion("1.8.36.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.36.0")]
|
||||
|
|
|
@ -4,7 +4,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
|||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<History>True|2022-11-14T15:14:26.1245995Z;</History>
|
||||
<History>True|2022-11-14T15:22:56.4603524Z;True|2022-11-15T04:14:26.1245995+13:00;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -1,5 +1,5 @@
|
|||
Package: hisp
|
||||
Version: 1.8.33
|
||||
Version: 1.8.36
|
||||
Depends: coreutils,systemd,mariadb-server,libsqlite3-dev,zlib1g-dev,libicu-dev,libkrb5-dev
|
||||
Maintainer: Li
|
||||
Homepage: https://islehorse.com
|
||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.8.33.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.33.0")]
|
||||
[assembly: AssemblyVersion("1.8.36.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.36.0")]
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<History>False|2022-11-14T15:15:40.5198970Z;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
-->
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<History>False|2022-11-14T15:16:54.8111392Z;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
</Project>
|
|
@ -6123,9 +6123,9 @@ namespace HISP.Server
|
|||
|
||||
returnedMsg = Messages.FormatPlayerHereMessage(usernameStr);
|
||||
}
|
||||
//byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo(returnedMsg);
|
||||
byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo(returnedMsg);
|
||||
// Debug tile id information
|
||||
byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo("ground: " + (Map.GetTileId(x, y, false)-1).ToString() + ", overlay: " + (Map.GetTileId(x, y, true)-1).ToString());
|
||||
//byte[] tileInfoPacket = PacketBuilder.CreateTileClickInfo("ground: " + (Map.GetTileId(x, y, false)-1).ToString() + ", overlay: " + (Map.GetTileId(x, y, true)-1).ToString());
|
||||
sender.SendPacket(tileInfoPacket);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -30,8 +30,8 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
[assembly: AssemblyVersion("1.8.33.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.33.0")]
|
||||
[assembly: AssemblyVersion("1.8.36.0")]
|
||||
[assembly: AssemblyFileVersion("1.8.36.0")]
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue