mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-12-24 21:38:23 -05:00
fix: replace "�" with "§" in realm settings
This commit is contained in:
parent
ef35843140
commit
8f94aa8bdd
@ -156,7 +156,7 @@ namespace MyMcRealms.Controllers
|
||||
Owner = worldOwnerName,
|
||||
OwnerUUID = worldOwnerUuid,
|
||||
Name = worldName,
|
||||
Motd = world.Motd,
|
||||
Motd = world.Motd.Replace("<22>", "§"),
|
||||
State = whitelist.Enabled ? "CLOSED" : "OPEN",
|
||||
WorldType = "NORMAL",
|
||||
MaxPlayers = 10,
|
||||
|
Loading…
Reference in New Issue
Block a user