Add WorldInfo broadcast in /worldmode

This commit is contained in:
quake1337 2021-05-24 10:40:05 +02:00
parent d06a6ed0c0
commit 5b9e1dc871
2 changed files with 2 additions and 0 deletions

View file

@ -2391,6 +2391,7 @@ namespace TShockAPI
Main.GameMode = mode;
args.Player.SendSuccessMessage("World mode set to {0}", _worldModes.Keys.ElementAt(mode));
TSPlayer.All.SendData(PacketTypes.WorldInfo);
}
private static void Hardmode(CommandArgs args)