diff options
Diffstat (limited to 'src/BlockEntities/ChestEntity.cpp')
-rw-r--r-- | src/BlockEntities/ChestEntity.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/ChestEntity.cpp b/src/BlockEntities/ChestEntity.cpp index a47593108..9aeb50d5b 100644 --- a/src/BlockEntities/ChestEntity.cpp +++ b/src/BlockEntities/ChestEntity.cpp @@ -101,7 +101,7 @@ bool cChestEntity::UsedBy(cPlayer * a_Player) { if (a_Player->GetWindow() != Window) { - a_Player->OpenWindow(Window); + a_Player->OpenWindow(*Window); } } |