Skip to content

Commit

Permalink
remove playerpf carry (fixes cez chains + rollout)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Oct 11, 2024
1 parent 2deeda3 commit 6bbc9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Lua/pizzaface.lua
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ addHook("PlayerThink", function(player)
player.realmo.pfstuntime = $ or 0
if not PTSR.IsPTSR() then return end
if player.realmo and player.realmo.valid and player.ptsr.pizzaface and leveltime then
player.powers[pw_carry] = 0

if player.redgreen == nil then
player.redgreen = $ or false
end
Expand Down

0 comments on commit 6bbc9d5

Please sign in to comment.