removed pumpkins from MPS

This commit is contained in:
Cheese 2015-10-10 22:47:19 +11:00
parent 323842c693
commit da6b1316d3
1 changed files with 3 additions and 0 deletions

View File

@ -182,6 +182,9 @@ public class HolidayManager implements Listener
if (Manager.GetGame() == null) if (Manager.GetGame() == null)
return; return;
if (Manager.GetGameHostManager().isPrivateServer())
return;
Game game = Manager.GetGame(); Game game = Manager.GetGame();
int requirement = (int)((double)Manager.GetPlayerFull() * 0.5d); int requirement = (int)((double)Manager.GetPlayerFull() * 0.5d);