1
1
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-12-25 22:08:22 -05:00

fix: replace "�" with "§" in realm settings

This commit is contained in:
CyberL1 2024-11-29 12:52:36 +01:00
parent ef35843140
commit 8f94aa8bdd

View File

@ -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,