Start of unification of plugin systems

This commit is contained in:
ceikry 2022-03-28 14:57:30 -05:00
parent 1f68dbaed0
commit 1c1c30add3

View file

@ -289,7 +289,6 @@ public final class WaterfallPlugin extends OptionHandler {
public boolean pulse() {
player.getPacketDispatch().sendMessage("You are washed downstream but feel lucky to be alive.");
player.teleport(new Location(2527, 3413));
player.logoutListeners.remove("waterfall");
return true;
}
});