Core/DataStores: Fixed db2 structures after 7.3.5
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Game
|
||||
{
|
||||
VehicleSeatRecord seat = vehicle.GetSeatForPassenger(GetPlayer());
|
||||
Contract.Assert(seat != null);
|
||||
if (!seat.Flags[0].HasAnyFlag((uint)VehicleSeatFlags.CanAttack))
|
||||
if (!seat.Flags.HasAnyFlag(VehicleSeatFlags.CanAttack))
|
||||
{
|
||||
SendAttackStop(enemy);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user