renamed "run" in MobileFSM to "DetermineAction"

This commit is contained in:
2023-04-23 20:41:43 -05:00
parent 7e9e0d2c5b
commit f24605735e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ public class MobileFSMManager {
try {
if (mob != null)
MobileFSM.run(mob);
MobileFSM.DetermineAction(mob);
} catch (Exception e) {
Logger.error(e);
e.printStackTrace();