1
0
mirror of https://github.com/CyberL1/MyMcRealms.git synced 2024-09-19 16:02:51 -04:00

fix: replace invalid character for use with color codes

This commit is contained in:
CyberL1 2024-09-16 12:23:55 +02:00
parent 368e2c0e1b
commit abcf7b87e2

View File

@ -59,7 +59,7 @@ namespace MyMcRealms.Controllers
Owner = worldOwnerName,
OwnerUUID = worldOwnerUuid,
Name = worldName,
Motd = world.Motd,
Motd = world.Motd.Replace("<22>", "§"),
State = worldState,
WorldType = "NORMAL",
MaxPlayers = 10,