Cannon destinations are basically exact destinations, don't perform the safety check.

This commit is contained in:
Eric Stokes 2011-10-17 18:06:16 -06:00
parent 4067d0cd28
commit 6e6c40bd3b

View File

@ -177,6 +177,6 @@ public class CannonDestination implements MVDestination {
@Override
public boolean useSafeTeleporter() {
return true;
return false;
}
}