Misc fixes

This commit is contained in:
hondacrx
2017-09-06 12:00:21 -04:00
parent 38b6c72499
commit 36a74cf873
18 changed files with 161 additions and 312 deletions
+1 -5
View File
@@ -74,11 +74,7 @@ namespace Game.AI
bool IsAIControlled()
{
if (me.IsControlledByPlayer())
return false;
if (mIsCharmed)
return false;
return true;
return !mIsCharmed;
}
void UpdateDespawn(uint diff)