mirror of
https://github.com/Xerasin/Sit-Anywhere.git
synced 2025-03-04 03:13:07 -05:00
consistency
This commit is contained in:
parent
c77c02fa9f
commit
16b66013af
@ -332,7 +332,7 @@ function META.Sit(ply, EyeTrace, ang, parent, parentbone, func, exit, wantedAng)
|
||||
end
|
||||
if findSeat(veh) then return end
|
||||
|
||||
if veh:GetDriver():GetInfoNum("sitting_allow_on_me", 1) ~= 1 then
|
||||
if veh:GetDriver():GetInfoNum("sitting_allow_on_me", 1) == 0 then
|
||||
ply:ChatPrint(veh:GetDriver():Name() .. " has disabled sitting!")
|
||||
return false
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user