PDA

View Full Version : Invisible PVP fix (after 3/11 code changes)


UrbelT
03-13-2007, 06:21 PM
Invisible vs PVP was broken with 3/11 invis changes. Other players can see you once you move with invis on.

Fix by adjusting client_packet.cpp
Around line 862
Change From: if(!sneaking){

Change To: if(!sneaking && !invisible){

-UrbelT