Fixed possible game breaking bug :S

This commit is contained in:
Mysticate 2015-08-30 20:09:47 -04:00
parent 33d78a5efd
commit becfbe1f13
1 changed files with 0 additions and 1 deletions

View File

@ -858,7 +858,6 @@ public class GameFlagManager implements Listener
for (Player player : game.GetPlayers(true))
{
player.setHealth(game.HealthSet);
player.setSaturation(1F);
}
}