Fix build

This commit is contained in:
hondacrx
2021-03-04 22:08:33 -05:00
parent c3d2763f98
commit c79f91521e
2 changed files with 21 additions and 20 deletions
+1 -1
View File
@@ -797,7 +797,7 @@ namespace Game.Entities
if (IsFlying() || !IsControlledByPlayer())
return;
SetInWater(status & ZLiquidStatus.Swimming);
SetInWater(status.HasAnyFlag(ZLiquidStatus.Swimming));
// liquid aura handling
LiquidTypeRecord curLiquid = null;