diff --git a/MyMcRealms/Controllers/WorldsController.cs b/MyMcRealms/Controllers/WorldsController.cs index fc2e7de..764a471 100644 --- a/MyMcRealms/Controllers/WorldsController.cs +++ b/MyMcRealms/Controllers/WorldsController.cs @@ -59,7 +59,7 @@ namespace MyMcRealms.Controllers Owner = worldOwnerName, OwnerUUID = worldOwnerUuid, Name = worldName, - Motd = world.Motd, + Motd = world.Motd.Replace("�", "§"), State = worldState, WorldType = "NORMAL", MaxPlayers = 10,