From b687908a91aec634d0f802590d526608d985eda6 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 12 Nov 2020 09:49:56 +0000 Subject: [PATCH] Added console message for registering key binds --- cl_radar.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl_radar.lua b/cl_radar.lua index b3bbfb4..b1fb6d6 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -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