Skip to content

Commit

Permalink
Fix handbrake naming conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Jeanes committed Dec 21, 2021
1 parent 040f742 commit 38e3bcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-- Handbrake

ENT:AddHook("Initialize","handbrake-init", function(self)
self:SetData("handbrake", false, true)
end)

if CLIENT then return end

function ENT:ToggleHandbrake()
return self:SetHandbrake(not self:GetData("handbrake"))
end
Expand Down

0 comments on commit 38e3bcc

Please sign in to comment.