Removed env.info from sources

This commit is contained in:
FlightControl
2016-07-23 16:50:45 +02:00
parent 509407e63c
commit c7061e98d7
5 changed files with 2 additions and 10 deletions

View File

@@ -23,7 +23,6 @@ do
--- @param Client#CLIENT MenuClient
local function AddStatusMenu( MenuClient )
env.info(MenuClient.ClientName)
local MenuClientName = MenuClient:GetName()
-- This would create a menu for the red coalition under the MenuCoalitionRed menu object.
MenuStatus[MenuClientName] = MENU_CLIENT:New( MenuClient, "Status for Planes" )

View File

@@ -23,7 +23,6 @@ do
--- @param Group#GROUP MenuGroup
local function AddStatusMenu( MenuGroup )
env.info(MenuGroup.GroupName)
local MenuGroupName = MenuGroup:GetName()
-- This would create a menu for the red coalition under the MenuCoalitionRed menu object.
MenuStatus[MenuGroupName] = MENU_GROUP:New( MenuGroup, "Status for Planes" )