From 11aef957b6ac10cd431afbfc7c75f9e3ddf05e40 Mon Sep 17 00:00:00 2001 From: FlightControl Date: Fri, 8 Jul 2016 17:20:57 +0200 Subject: [PATCH] Removed message --- Moose Development/Moose/AirbasePolice.lua | 2 +- .../Moose Mission Update/l10n/DEFAULT/Moose.lua | 4 ++-- Moose Mission Setup/Moose.lua | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Moose Development/Moose/AirbasePolice.lua b/Moose Development/Moose/AirbasePolice.lua index 6334f5f4b..24341cd04 100644 --- a/Moose Development/Moose/AirbasePolice.lua +++ b/Moose Development/Moose/AirbasePolice.lua @@ -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 ) diff --git a/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua b/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua index 2c6dd4d3b..fa051c98e 100644 --- a/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua +++ b/Moose Mission Setup/Moose Mission Update/l10n/DEFAULT/Moose.lua @@ -1,5 +1,5 @@ env.info( '*** MOOSE STATIC INCLUDE START *** ' ) -env.info( 'Moose Generation Timestamp: 20160708_1719' ) +env.info( 'Moose Generation Timestamp: 20160708_1720' ) local base = _G Include = {} @@ -22094,7 +22094,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 ) diff --git a/Moose Mission Setup/Moose.lua b/Moose Mission Setup/Moose.lua index 2c6dd4d3b..fa051c98e 100644 --- a/Moose Mission Setup/Moose.lua +++ b/Moose Mission Setup/Moose.lua @@ -1,5 +1,5 @@ env.info( '*** MOOSE STATIC INCLUDE START *** ' ) -env.info( 'Moose Generation Timestamp: 20160708_1719' ) +env.info( 'Moose Generation Timestamp: 20160708_1720' ) local base = _G Include = {} @@ -22094,7 +22094,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 )