forked from TeamUlysses/ulib
Fix old Addons not using strings (#82)
This commit is contained in:
parent
1c0f1b98b7
commit
8c333691c0
@ -113,6 +113,7 @@ local repCvarServerChanged
|
||||
function ULib.replicatedWritableCvar( sv_cvar, cl_cvar, default_value, save, notify, access )
|
||||
sv_cvar = sv_cvar:lower()
|
||||
cl_cvar = cl_cvar:lower()
|
||||
default_value = tostring(default_value)
|
||||
|
||||
local flags = 0
|
||||
if save then
|
||||
|
Loading…
Reference in New Issue
Block a user