Full error is output

This commit is contained in:
2023-10-19 17:01:26 -04:00
parent 3ef444c128
commit 1c93846ed3
+1 -1
View File
@@ -1263,7 +1263,7 @@ public class MobAI {
} }
} }
} catch (Exception e) { } catch (Exception e) {
Logger.info(mob.getObjectUUID() + " " + mob.getName() + " Failed At: randomGuardPatrolPoints" + " " + e.getMessage()); Logger.info(mob.getObjectUUID() + " " + mob.getName() + " Failed At: randomGuardPatrolPoints" + " " + e);
} }
} }