From 4f634f7ab24f8133ba006cb6d3770f7f71a467fe Mon Sep 17 00:00:00 2001 From: Dan Date: Wed, 3 Mar 2021 13:09:27 +0000 Subject: [PATCH] refactor: use Notify instead of Log for /reset_radar_data command --- cl_radar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_radar.lua b/cl_radar.lua index 6ca3bfd..da85ba1 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -103,7 +103,7 @@ local function RegisterKeyBinds() DeleteResourceKvp( "wk_wars2x_om_data" ) DeleteResourceKvp( "wk_wars2x_new_user" ) - UTIL:Log( "Radar data deleted, please immediately restart your game without opening the radar's remote." ) + UTIL:Notify( "Radar data deleted, please immediately restart your game without opening the radar's remote." ) end, false ) else UTIL:Log( "ERROR: Resource name is not wk_wars2x. Key binds will not be registered for compatibility reasons. Contact the server owner and ask them to change the resource name back to wk_wars2x" )