From 8658de39adfcca84fb21a63c5c6c6da0b02b23e5 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 7 Jan 2021 11:06:25 +0000 Subject: [PATCH] Added a notification when resetting radar data --- cl_radar.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cl_radar.lua b/cl_radar.lua index b8a04c2..37432c6 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -98,6 +98,8 @@ local function RegisterKeyBinds() DeleteResourceKvp( "wk_wars2x_ui_data" ) 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." ) 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" )