mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-27 15:30:58 -04:00
Fix first character not showing up in MOTD. (Thanks goodlyay)
This commit is contained in:
parent
c9fe3d4a87
commit
738a970778
@ -285,7 +285,7 @@ namespace MCGalaxy {
|
|||||||
else
|
else
|
||||||
NetUtils.WriteAscii(Server.motd, buffer, 66);
|
NetUtils.WriteAscii(Server.motd, buffer, 66);
|
||||||
} else {
|
} else {
|
||||||
NetUtils.WriteAscii(level.motd, buffer, 1);
|
NetUtils.WriteAscii(level.motd, buffer, 2);
|
||||||
if (level.motd.Length > 64)
|
if (level.motd.Length > 64)
|
||||||
NetUtils.WriteAscii(level.motd.Substring(64), buffer, 66);
|
NetUtils.WriteAscii(level.motd.Substring(64), buffer, 66);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user