Changed function call from KeyValue to SetKeyValue

This commit is contained in:
Ben Clark 2014-11-11 00:31:56 +00:00
parent 66fead7e96
commit 46aedb2990

View file

@ -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