mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-24 20:05:13 -06:00
start() return to super.start() so we set lastactivity.
This commit is contained in:
parent
3fe662a973
commit
ac412d3266
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ public final class TzhaarFightPitsPlugin extends ActivityPlugin {
|
|||
if (!login) {
|
||||
player.setAttribute("fight_pits", true);
|
||||
ForceMovement.run(player, Location.create(2399, 5177, 0), Location.create(2399, 5175, 0));
|
||||
return true;
|
||||
return super.start(player, login, args);
|
||||
}
|
||||
if (WAR_ZONE.insideBorder(player.getLocation().getX(), player.getLocation().getY())) {
|
||||
player.getProperties().setTeleportLocation(Location.create(2399, 5177, 0));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue