mirror of
https://github.com/StyledStrike/gmod-custom-loadout.git
synced 2025-03-04 03:03:09 -05:00
Fix cl error
This commit is contained in:
parent
d58abafc82
commit
b8a33c57da
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user