diff --git a/pkg/base/obj_player.lua b/pkg/base/obj_player.lua index 0f3a93a..e883504 100644 --- a/pkg/base/obj_player.lua +++ b/pkg/base/obj_player.lua @@ -2269,7 +2269,8 @@ function new_player(settings) for i=1,players.max do local plr = players[i] if plr and plr ~= this then - if client.gfx_stencil_test and plr.team == this.team then + -- FIXME PORTAL GUN IS FUCKED WHEN THIS IS ENABLED + if false and client.gfx_stencil_test and plr.team == this.team then client.gfx_stencil_test(true) -- PASS 1: set to 1 for enlarged model