Skip to content

Commit

Permalink
Merge pull request #583 from MattJeanes/hotfix
Browse files Browse the repository at this point in the history
HOTFIX: Renamed sh_handbrake.lua -> sh_tardis_handbrake.lua
  • Loading branch information
MattJeanes authored Dec 21, 2021
2 parents c977c5d + 38e3bcc commit d56e121
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 d56e121

Please sign in to comment.