made /bloodmoon do a time-sync

This commit is contained in:
Maverick Motherfucker 2011-05-29 21:41:51 -07:00
parent a7df7abda9
commit 2aa6baef8a

View file

@ -1014,6 +1014,7 @@
Main.time = 0;
Main.dayTime = false;
Main.UpdateT();
NetMessage.SendData(18, -1, -1, "", 0, 0, Main.sunModY, Main.moonModY);
NetMessage.syncPlayers();
return;