Misc fixes

This commit is contained in:
hondacrx
2021-04-16 15:36:19 -04:00
parent e73c2a9710
commit 76b09c2731
5 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace Game
{
VehicleSeatRecord seat = vehicle.GetSeatForPassenger(GetPlayer());
Cypher.Assert(seat != null);
if (!seat.HasSeatFlag(VehicleSeatFlags.CanAttack))
if (!seat.HasFlag(VehicleSeatFlags.CanAttack))
{
SendAttackStop(enemy);
return;