This commit is contained in:
StevenRS11 2013-07-04 23:28:17 -04:00
commit 1b9ba092a7

View file

@ -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++;
@ -187,4 +188,4 @@ public class CommonTickHandler implements ITickHandler
}
}
}