mirror of
https://github.com/CyberL1/MyMcRealms.git
synced 2025-07-19 17:30:27 -04:00
feat: also replace &
This commit is contained in:
@@ -59,7 +59,7 @@ namespace MyMcRealms.Controllers
|
||||
Owner = worldOwnerName,
|
||||
OwnerUUID = worldOwnerUuid,
|
||||
Name = worldName,
|
||||
Motd = world.Motd.Replace("<22>", "§"),
|
||||
Motd = world.Motd.Replace("<22>", "§").Replace("&", "§"),
|
||||
State = worldState,
|
||||
WorldType = "NORMAL",
|
||||
MaxPlayers = 10,
|
||||
|
Reference in New Issue
Block a user