mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed some lines indented with 4 spaces rather than tabs
This commit is contained in:
@ -399,7 +399,7 @@ class PlayerInventory extends BaseInventory{
|
||||
$index = $this->getHotbarSlotIndex($i);
|
||||
$pk->hotbar[] = $index <= -1 ? -1 : $index + $this->getHotbarSize();
|
||||
}
|
||||
|
||||
|
||||
if($player->getGamemode() & 0x01 === 0x01){ //Send special inventory for creative or spectator
|
||||
$pk2 = new ContainerSetContentPacket();
|
||||
$pk2->windowid = ContainerSetContentPacket::SPECIAL_CREATIVE;
|
||||
|
Reference in New Issue
Block a user