From 68fb38cc814a2160db871b13802470efeee0ded8 Mon Sep 17 00:00:00 2001 From: Bigjango13 Date: Thu, 15 Feb 2024 04:01:55 -0500 Subject: [PATCH] Remobe comment --- symbols/src/tile/entity/TileEntity.def | 2 -- 1 file changed, 2 deletions(-) diff --git a/symbols/src/tile/entity/TileEntity.def b/symbols/src/tile/entity/TileEntity.def index 68c0064..a3f6a45 100644 --- a/symbols/src/tile/entity/TileEntity.def +++ b/symbols/src/tile/entity/TileEntity.def @@ -22,5 +22,3 @@ property bool is_client = 0x20; property int renderer_id = 0x24; property Tile *tile = 0x28; property bool pending_removal = 0x2c; -//property int tile = 0xd0; -//property int lifetime = 0xd8;