diff --git a/MyMcRealms/Controllers/WorldsController.cs b/MyMcRealms/Controllers/WorldsController.cs index bcfdfc5..f11e8d8 100644 --- a/MyMcRealms/Controllers/WorldsController.cs +++ b/MyMcRealms/Controllers/WorldsController.cs @@ -156,7 +156,7 @@ namespace MyMcRealms.Controllers Owner = worldOwnerName, OwnerUUID = worldOwnerUuid, Name = worldName, - Motd = world.Motd, + Motd = world.Motd.Replace("�", "§"), State = whitelist.Enabled ? "CLOSED" : "OPEN", WorldType = "NORMAL", MaxPlayers = 10,