Start of unification of plugin systems

This commit is contained in:
ceikry 2022-03-28 14:57:30 -05:00
parent 473d7b201a
commit 305c2c84a3
2 changed files with 1 additions and 1 deletions

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;
}
});

View file

@ -19,6 +19,7 @@ import rs09.game.node.entity.player.info.login.PlayerSaveParser
import rs09.game.node.entity.player.info.login.PlayerSaver
import rs09.game.node.entity.skill.magic.SpellListener
import rs09.game.system.SystemLogger
import rs09.game.system.command.Command
import rs09.game.world.GameWorld
import java.util.*
import java.util.function.Consumer