Add comment.

This commit is contained in:
asofold 2012-12-17 21:52:35 +01:00
parent 13bf0eb705
commit e7a643c692

View File

@ -358,6 +358,7 @@ public class SurvivalFly extends Check {
boolean setBackSafe = false; // Let compiler remove this if necessary.
// Check for moving off stairs.
if (!useWorkaround && from.isAboveStairs()) {
// TODO: This needs some safety guards.
useWorkaround = true;
setBackSafe = true;
}