removed herobrine
This commit is contained in:
@@ -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 ~g~ " + player.Name + " ~s~ auf ~g~" + NAPI.World.GetWeather() + "~s~ geändert.", true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user