mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
fix
This commit is contained in:
parent
09a2a79a78
commit
b81bf447a9
@ -411,7 +411,7 @@ function PLAYERRECCE:_CameraOn(client,playername)
|
|||||||
if vivihorizontal < -0.7 or vivihorizontal > 0.7 then
|
if vivihorizontal < -0.7 or vivihorizontal > 0.7 then
|
||||||
camera = false
|
camera = false
|
||||||
end
|
end
|
||||||
elseif typename == "Ka-50" or typename = "Ka-50_3" then
|
elseif string.find(typename,"Ka-50") then
|
||||||
camera = true
|
camera = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user