mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2024-11-23 22:48:21 -05:00
fix: replace invalid character for use with color codes
This commit is contained in:
parent
368e2c0e1b
commit
abcf7b87e2
@ -59,7 +59,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 = worldState,
|
State = worldState,
|
||||||
WorldType = "NORMAL",
|
WorldType = "NORMAL",
|
||||||
MaxPlayers = 10,
|
MaxPlayers = 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user