mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-19 04:05:31 +00:00
Fixed first hotbar item in Creative
This commit is contained in:
parent
44a9639150
commit
e0021b8927
@ -1280,7 +1280,7 @@ class Player{
|
||||
"eid" => 0,
|
||||
));
|
||||
if(($this->gamemode & 0x01) === 0x01){
|
||||
$this->slot = -1;//7
|
||||
$this->slot = 0;
|
||||
}else{
|
||||
$this->slot = -1;//0
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user