121122123124125126127128129130131132133
return; } } // Event FactionsEventHomeTeleport event = new FactionsEventHomeTeleport(sender); event.run(); if (event.isCancelled()) return; // Apply try { Mixin.teleport(me, usenderFaction.getHome(), "your faction home", sender);