mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Start of unification of plugin systems
This commit is contained in:
parent
473d7b201a
commit
305c2c84a3
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue