Bugfixed with !test

This commit is contained in:
TheManii 2016-05-09 01:15:58 -04:00
parent 59f1ef0594
commit c02c09a237
2 changed files with 32 additions and 25 deletions

View File

@ -456,8 +456,6 @@ namespace FFXIVClassic_Lobby_Server
private void doWeather(ConnectedPlayer client, string weatherID)
{
long weather = Convert.ToInt64(weatherID);
if (client != null)
@ -568,8 +566,15 @@ namespace FFXIVClassic_Lobby_Server
}
#endregion
#region !dev
#region !test
else if (split[0].Equals("test"))
{
if (split.Length == 1)
{
// catch invalid commands
sendMessage(client, Resources.CPhelp);
}
else if (split.Length >= 2)
{
#region !test weather
if (split[1].Equals("weather"))
@ -586,6 +591,8 @@ namespace FFXIVClassic_Lobby_Server
}
#endregion
}
}
#endregion
#region !mypos

View File

@ -30,7 +30,7 @@ namespace FFXIVClassic_Map_Server.packets.send
// 8018 - 8026 / 73554 - 73562 - NOT SUPPORTED in v1.23b
public const uint WEATHER_SEASONAL = 0x011F5B; // 8027 / 73563 - Snow in Black Shroud, nothing elsewhere
public const uint WEATHER_PRIMAL = 0x011F5C; // 8028 / 73564 - Howling Eye and Thornmarch Weather
// 8029 / 73565 - Not supported
// 8029 / 73565 - NOT SUPPOPORTED in v1.23b
public const uint WEATHER_DALAMUD = 0x011F5E; // 8030 / 73566
public const uint WEATHER_AURORA = 0x011F5F; // 8031 / 73567
public const uint WEATHER_DALAMUDTHUNDER = 0x011F60; // 8032 / 73568