mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Removed message
This commit is contained in:
@@ -160,7 +160,7 @@ function AIRBASEPOLICE_BASE:_AirbaseMonitor()
|
||||
local VelocityVec3 = Client:GetVelocity()
|
||||
local Velocity = ( VelocityVec3.x ^ 2 + VelocityVec3.y ^ 2 + VelocityVec3.z ^ 2 ) ^ 0.5 -- in meters / sec
|
||||
local Velocity = Velocity * 3.6 -- now it is in km/h.
|
||||
MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
||||
-- MESSAGE:New( "Velocity = " .. Velocity, 1 ):ToAll()
|
||||
local IsAboveRunway = Client:IsAboveRunway()
|
||||
local IsOnGround = Client:InAir() == false
|
||||
self:T( IsAboveRunway, IsOnGround )
|
||||
|
||||
Reference in New Issue
Block a user