mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-12-11 03:38:46 +01:00
Remove Static Abuse - CWing (Needs more work)
This commit is contained in:
@@ -88,7 +88,7 @@ public final class PartyManager {
|
||||
|
||||
if (warmup > 0) {
|
||||
teleportingPlayer.sendMessage(pluginRef.getLocaleManager().getString("Teleport.Commencing", warmup));
|
||||
new TeleportationWarmup(mcMMOPlayer, mcMMOTarget).runTaskLater(pluginRef, 20 * warmup);
|
||||
new TeleportationWarmup(pluginRef, mcMMOPlayer, mcMMOTarget).runTaskLater(pluginRef, 20 * warmup);
|
||||
} else {
|
||||
pluginRef.getEventManager().handlePartyTeleportEvent(teleportingPlayer, targetPlayer);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user