Skip to content

Commit

Permalink
remove spectate pf text in player-pf mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiskster committed Oct 11, 2024
1 parent 6bbc9d5 commit 79e76d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Lua/HUD/hud_pfviewpoint.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
local pfviewpoint_hud = function(v, p)
if not PTSR.IsPTSR() then return end
if not (p.spectator) then return end

local gm_metadata = PTSR.currentModeMetadata()
if gm_metadata.player_pizzaface then return end

local me = p.realmo

if not (me and me.valid) then return end
Expand Down

0 comments on commit 79e76d2

Please sign in to comment.