Added console message for registering key binds

This commit is contained in:
Dan
2020-11-12 09:49:56 +00:00
parent 12c29421cd
commit b687908a91

View File

@@ -44,6 +44,8 @@ local pairs = pairs
Key bind registering
----------------------------------------------------------------------------------]]--
local function RegisterKeyBinds()
UTIL:Log( "Registering radar commands and key binds." )
-- Opens the remote control
RegisterCommand( "radar_remote", function()
if ( not RADAR:GetKeyLockState() ) then