Invisible PVP fix (after 3/11 code changes)
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
|