Change setweather Notification

This commit is contained in:
hydrant
2019-07-28 21:57:45 +02:00
parent 3e5090bc9f
commit 379fee092c

View File

@@ -2147,7 +2147,7 @@ namespace ReallifeGamemode.Server.Commands
if (!weatherBefore.Equals(weatherAfter))
{
ChatService.SendMessage(player, "~w~Wetter geändert: " + NAPI.World.GetWeather());
NAPI.Notification.SendNotificationToAll("Das Wetter wurde auf ~g~ " + NAPI.World.GetWeather() + "~s~ geändert.", true);
NAPI.Notification.SendNotificationToAll("Das Wetter wurde von " + player.Name + " auf ~g~ " + NAPI.World.GetWeather() + "~s~ geändert.", true);
}
else
{