diff options
Diffstat (limited to 'src/BlockEntities/ChestEntity.h')
-rw-r--r-- | src/BlockEntities/ChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockEntities/ChestEntity.h b/src/BlockEntities/ChestEntity.h index 2e861d48c..2ac0c639b 100644 --- a/src/BlockEntities/ChestEntity.h +++ b/src/BlockEntities/ChestEntity.h @@ -20,7 +20,7 @@ class cChestEntity : { // tolua_end - using super = cBlockEntityWithItems; + using Super = cBlockEntityWithItems; // tolua_begin |