Merge branch 'master' of https://github.com/StevenRS11/DimDoors
This commit is contained in:
commit
1b9ba092a7
1 changed files with 3 additions and 2 deletions
|
@ -106,7 +106,8 @@ public class CommonTickHandler implements ITickHandler
|
|||
catch (Exception e)
|
||||
{
|
||||
tickCount++;
|
||||
System.out.println("something on tick went wrong");
|
||||
System.out.println("something on tick went wrong: " + e);
|
||||
e.printStackTrace();
|
||||
}
|
||||
tickCount++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue