Fixed #748 Player health not being saved [gh#748]

This commit is contained in:
Shoghi Cervantes
2013-08-26 10:01:12 +02:00
parent 30483d5312
commit 7865b8dbe5
2 changed files with 6 additions and 2 deletions

View File

@ -463,7 +463,7 @@ class PlayerAPI{
$data = new Config(DATA_PATH."players/".$iname.".yml", CONFIG_YAML, $default);
}
if(($this->server->gamemode & 0x01) === 0x01){
if(($data->get("gamemode") & 0x01) === 1){
$data->set("health", 20);
}
$this->server->handle("player.offline.get", $data);