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:
parent
ef35843140
commit
8f94aa8bdd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user