mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed teleporting into half-loaded POHs
This commit is contained in:
parent
bd5ce18fc1
commit
39ac26f5d9
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ public final class HouseZone extends MapZone {
|
|||
house.expelGuests(p);
|
||||
int toRemove = previousRegion;
|
||||
int dungRemove = previousDungeon;
|
||||
submitWorldPulse(new Pulse(2) {
|
||||
submitWorldPulse(new Pulse(1) {
|
||||
public boolean pulse() {
|
||||
Region r = RegionManager.forId(toRemove);
|
||||
Region dr = dungRemove != -1 ? RegionManager.forId(dungRemove) : null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue