Misc fixes

This commit is contained in:
hondacrx
2022-05-24 13:20:05 -04:00
parent 3c8c31ecd7
commit c3e8791aac
8 changed files with 18 additions and 143 deletions
+2 -2
View File
@@ -1403,8 +1403,8 @@ namespace Game.AI
break;
// Set the timer to 1 ms so the path will be resumed on next update loop
if (((SmartAI)_me.GetAI()).CanResumePath())
((SmartAI)_me.GetAI()).SetWPPauseTimer(1);
if (_me.GetAI<SmartAI>().CanResumePath())
_me.GetAI<SmartAI>().SetWPPauseTimer(1);
break;
}
case SmartActions.SetOrientation: