Reverse previous commit.

This commit is contained in:
UnknownShadow200 2016-06-06 13:49:20 +10:00
parent aed2e32db2
commit f9e4aeb3d3

View File

@ -30,6 +30,7 @@ namespace MCGalaxy {
string name = Server.name;
Server.zombie.OnHeartbeat(ref name);
Server.lava.OnHeartbeat(ref name);
name = Colors.StripColours(name);
return "&port=" + Server.port +
"&max=" + Server.players +