Missed a B R A C E

This commit is contained in:
ArcticZeroo 2017-11-30 16:13:51 -05:00 committed by Alexander Meech
parent bf3c207cf6
commit 056f8976b4

View File

@ -1743,7 +1743,8 @@ public class Build extends Game
}
@EventHandler
public void onVanishEnable(IncognitoStatusChangeEvent event) {
public void onVanishEnable(IncognitoStatusChangeEvent event)
{
// If user is leaving vanish, ignore it
if (!event.getNewState())
{