Fixed first hotbar item in Creative

This commit is contained in:
Shoghi Cervantes 2013-11-24 18:43:14 +01:00
parent 44a9639150
commit e0021b8927

View File

@ -1280,7 +1280,7 @@ class Player{
"eid" => 0, "eid" => 0,
)); ));
if(($this->gamemode & 0x01) === 0x01){ if(($this->gamemode & 0x01) === 0x01){
$this->slot = -1;//7 $this->slot = 0;
}else{ }else{
$this->slot = -1;//0 $this->slot = -1;//0
} }