mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Added console message for registering key binds
This commit is contained in:
@@ -44,6 +44,8 @@ local pairs = pairs
|
|||||||
Key bind registering
|
Key bind registering
|
||||||
----------------------------------------------------------------------------------]]--
|
----------------------------------------------------------------------------------]]--
|
||||||
local function RegisterKeyBinds()
|
local function RegisterKeyBinds()
|
||||||
|
UTIL:Log( "Registering radar commands and key binds." )
|
||||||
|
|
||||||
-- Opens the remote control
|
-- Opens the remote control
|
||||||
RegisterCommand( "radar_remote", function()
|
RegisterCommand( "radar_remote", function()
|
||||||
if ( not RADAR:GetKeyLockState() ) then
|
if ( not RADAR:GetKeyLockState() ) then
|
||||||
|
|||||||
Reference in New Issue
Block a user