mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Fixed Edgar's cave exit teleporting to Saba's cave
This commit is contained in:
parent
a5d98df06d
commit
aa8c26f50c
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ public final class TrollheimPlugin extends OptionHandler {
|
|||
switch (id) {
|
||||
case 32738:
|
||||
if (loc.equals(new Location(2892, 10072, 0))) {
|
||||
player.getProperties().setTeleportLocation(LOCATIONS[0]);
|
||||
player.getProperties().setTeleportLocation(LOCATIONS[9]);
|
||||
return true;
|
||||
}
|
||||
player.teleport(LOCATIONS[1]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue