mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
fix colours not showing in MOTD. (Thanks xnotx123)
This commit is contained in:
parent
b6f53cf60f
commit
0f20b272a9
@ -160,7 +160,7 @@ namespace MCGalaxy {
|
||||
|
||||
public void SendMapMotd() {
|
||||
string motd = level.GetMotd(this);
|
||||
motd = ChatTokens.Apply(motd, this);
|
||||
motd = Chat.Format(motd, this);
|
||||
|
||||
byte[] packet = Packet.Motd(this, motd);
|
||||
OnSendingMotdEvent.Call(this, packet);
|
||||
|
Loading…
x
Reference in New Issue
Block a user