Improved LUA exception report
This commit is contained in:
parent
496e4be720
commit
7df1fb97a4
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ public abstract class TileEntityAbstractInterfaced extends TileEntityAbstractBas
|
|||
if (WarpDriveConfig.LOGGING_LUA) {
|
||||
exception.printStackTrace();
|
||||
}
|
||||
throw new RuntimeException(String.format("LUA handling exception in %s\nEnable LUA logs for details.",
|
||||
throw new RuntimeException(String.format("Internal exception in %s()\nEnable LUA logs for details.",
|
||||
methodName));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue