fix unused hideActionBar

This commit is contained in:
loonybtard 2021-01-30 00:37:36 +03:00
parent 886a8744e2
commit 5682b94aef
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public class Destination {
}
public static boolean warp(Player player, String name, boolean hideActionBar) {
return warp(player, name, false, false);
return warp(player, name, null, hideActionBar, false);
}
public static boolean warp(Player player, String name, boolean hideActionbar, boolean noEffects) {