mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Improve the inventory. Prepare for survival mode inventory.
This commit is contained in:
@@ -15,6 +15,9 @@ Player::Player(Level* pLevel) : Mob(pLevel)
|
||||
|
||||
m_pInventory = new Inventory(this);
|
||||
|
||||
// @TODO: GameMode::prepareInventory
|
||||
m_pInventory->prepareCreativeInventory();
|
||||
|
||||
field_84 = 1.62f;
|
||||
|
||||
Pos pos = m_pLevel->getSharedSpawnPos();
|
||||
|
||||
Reference in New Issue
Block a user