mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Update cl_radar.lua
This commit is contained in:
@@ -607,7 +607,7 @@ function RADAR:RunControlManager()
|
|||||||
UTIL:Notify( "Front antenna toggled." )
|
UTIL:Notify( "Front antenna toggled." )
|
||||||
end
|
end
|
||||||
|
|
||||||
-- 'Num8' key, toggles front antenna
|
-- 'Num8' key, toggles rear antenna
|
||||||
if ( IsDisabledControlJustPressed( 1, 111 ) ) then
|
if ( IsDisabledControlJustPressed( 1, 111 ) ) then
|
||||||
self:ToggleAntenna( "rear" )
|
self:ToggleAntenna( "rear" )
|
||||||
UTIL:Notify( "Rear antenna toggled." )
|
UTIL:Notify( "Rear antenna toggled." )
|
||||||
|
|||||||
Reference in New Issue
Block a user