From 2ac65af8a88f4eb262e41da33772d2482d69af8e Mon Sep 17 00:00:00 2001 From: "Ben Russell (300178622)" Date: Sat, 3 Oct 2015 12:03:20 +1300 Subject: [PATCH] fuck it this'll do --- pkg/base/obj_player.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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