camelCase

This commit is contained in:
2024-04-26 08:14:16 -04:00
parent 67bc13dcde
commit 2a9463be4e
2 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public class MobAIThread implements Runnable {
try {
if (mob != null)
MobAI.DetermineAction(mob);
MobAI.determineAction(mob);
} catch (Exception e) {
Logger.error("Mob: " + mob.getName() + " UUID: " + mob.getObjectUUID() + " ERROR: " + e);
e.printStackTrace();