This commit is contained in:
Mysticate 2015-09-24 21:10:12 -04:00
parent d9b6d8f0e3
commit 9a70d4997a

View File

@ -202,8 +202,8 @@ public class MonsterMaze extends SoloGame
Manager.GetCondition().Factory().Jump("No jumping", pl, null, 9999999, 250, true, false, false);
}
if (!Manager.GetCondition().HasCondition(pl, ConditionType.INVISIBILITY, null))
Manager.GetCondition().Factory().Invisible("Hide players", pl, null, 9999999, 2, true, false, false);
// if (!Manager.GetCondition().HasCondition(pl, ConditionType.INVISIBILITY, null))
// Manager.GetCondition().Factory().Invisible("Hide players", pl, null, 9999999, 2, true, false, false);
}
}