Changed function call from KeyValue to SetKeyValue
This commit is contained in:
parent
66fead7e96
commit
46aedb2990
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function ENT:AcceptInput(name, activator, caller, args)
|
|||
end
|
||||
end
|
||||
elseif name == "setbossesenabled" then
|
||||
self:KeyValue("BossesEnabled",args)
|
||||
self:SetKeyValue("BossesEnabled",args)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue