Update Unit.lua

This commit is contained in:
Frank 2021-04-17 19:49:04 +02:00
parent e198aae1dd
commit 41e0f92cc0

View File

@ -1429,7 +1429,7 @@ function UNIT:GetTemplateFuel()
return nil
end
--- GROUND - Switch on/off radar emissions
--- GROUND - Switch on/off radar emissions.
-- @param #UNIT self
-- @param #boolean switch
function UNIT:EnableEmission(switch)