mirror of
https://github.com/Eaglercraft-Archive/EaglercraftX-1.8-workspace.git
synced 2026-06-21 02:23:45 +02:00
u43
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user