mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 08:26:27 +02:00
Fix spelling
This commit is contained in:
@@ -78,7 +78,7 @@ AddEventHandler( "playerSpawned", function()
|
|||||||
else
|
else
|
||||||
SendNUIMessage( { _type = "setUiDefaults", data = CONFIG.uiDefaults } )
|
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
|
end
|
||||||
|
|
||||||
spawned = true
|
spawned = true
|
||||||
@@ -628,7 +628,7 @@ function RADAR:LoadOMData()
|
|||||||
|
|
||||||
UTIL:Log( "Saved operator menu data loaded!" )
|
UTIL:Log( "Saved operator menu data loaded!" )
|
||||||
else
|
else
|
||||||
UTIL:Log( "Could not find ant saved operator menu data." )
|
UTIL:Log( "Could not find any saved operator menu data." )
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user