Fix cl error

This commit is contained in:
Redox 2023-03-04 00:02:35 +01:00 committed by GitHub
parent d58abafc82
commit b8a33c57da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ function CLoadout:Load()
local data = file.Read( "custom_loadout.txt", "DATA" )
if not data or data == "" then
Loadout.PrintF( "No Custom Loadout data on disk." )
CLoadout.PrintF( "No Custom Loadout data on disk." )
return
end