Fixed food data not persisting appropriately.

This commit is contained in:
EvilSeph
2011-09-16 04:26:40 -04:00
parent e85c99289c
commit f8d36cd09c
2 changed files with 1 additions and 1 deletions

View File

@@ -251,6 +251,7 @@ public class ServerConfigurationManager {
entityplayer.health = 20;
entityplayer.fireTicks = 0;
entityplayer.fallDistance = 0;
entityplayer.foodData = new FoodMetaData();
} else {
location.setWorld(this.server.getWorldServer(i).getWorld());
}