mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-08 16:41:41 +01:00
Cannon destinations are basically exact destinations, don't perform the safety check.
This commit is contained in:
parent
4067d0cd28
commit
6e6c40bd3b
@ -177,6 +177,6 @@ public class CannonDestination implements MVDestination {
|
||||
|
||||
@Override
|
||||
public boolean useSafeTeleporter() {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user