This commit is contained in:
eaglercraft
2024-11-20 20:24:20 -08:00
parent fef7defbe7
commit 8b8ae0669a
30 changed files with 169 additions and 198 deletions

View File

@@ -115,7 +115,8 @@ public abstract class TileEntity {
tileentity = (TileEntity) oclass.get();
}
} catch (Exception exception) {
logger.error("Could not create TileEntity", exception);
logger.error("Could not create TileEntity");
logger.error(exception);
}
if (tileentity != null) {