mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-08-10 04:00:29 -04:00
fix: replace "�" with "§" in realm settings
This commit is contained in:
@@ -156,7 +156,7 @@ namespace MyMcRealms.Controllers
|
|||||||
Owner = worldOwnerName,
|
Owner = worldOwnerName,
|
||||||
OwnerUUID = worldOwnerUuid,
|
OwnerUUID = worldOwnerUuid,
|
||||||
Name = worldName,
|
Name = worldName,
|
||||||
Motd = world.Motd,
|
Motd = world.Motd.Replace("<22>", "§"),
|
||||||
State = whitelist.Enabled ? "CLOSED" : "OPEN",
|
State = whitelist.Enabled ? "CLOSED" : "OPEN",
|
||||||
WorldType = "NORMAL",
|
WorldType = "NORMAL",
|
||||||
MaxPlayers = 10,
|
MaxPlayers = 10,
|
||||||
|
Reference in New Issue
Block a user