Skip to content

Commit

Permalink
Merge pull request #36 from luigi-budd/main
Browse files Browse the repository at this point in the history
Things have zb definitions
  • Loading branch information
Jiskster authored Sep 7, 2024
2 parents 36706a6 + aeeb029 commit b24f9be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Lua/Hooks/PlayerThinks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,10 @@ addHook("PostThinkFrame", function()
end)

--PF Viewpoint (spectate pizzafaces)
/*
addHook("PlayerThink",function(p)
if not (p.spectator) then return end
if leveltime then return end
local me = p.realmo
Expand Down Expand Up @@ -422,4 +424,5 @@ addHook("PlayerThink",function(p)
end
end
end)
end)
*/

0 comments on commit b24f9be

Please sign in to comment.