Fix notification

This commit is contained in:
hydrant
2019-07-28 21:59:31 +02:00
parent 379fee092c
commit a4ca4e8ce3

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 von " + player.Name + " 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
{