From a4f38eaa053ae5a5e57fc0f72225d2e33ae745af Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 12 Mar 2020 14:45:57 +0000 Subject: [PATCH] Fix spelling --- cl_radar.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl_radar.lua b/cl_radar.lua index eda262d..84c5ee1 100644 --- a/cl_radar.lua +++ b/cl_radar.lua @@ -78,7 +78,7 @@ AddEventHandler( "playerSpawned", function() else SendNUIMessage( { _type = "setUiDefaults", data = CONFIG.uiDefaults } ) - UTIL:Log( "Could not find ant saved UI settings data." ) + UTIL:Log( "Could not find any saved UI settings data." ) end spawned = true @@ -628,7 +628,7 @@ function RADAR:LoadOMData() UTIL:Log( "Saved operator menu data loaded!" ) else - UTIL:Log( "Could not find ant saved operator menu data." ) + UTIL:Log( "Could not find any saved operator menu data." ) end end