Fixed Edgar's cave exit teleporting to Saba's cave
This commit is contained in:
@@ -202,7 +202,7 @@ public final class TrollheimPlugin extends OptionHandler {
|
|||||||
switch (id) {
|
switch (id) {
|
||||||
case 32738:
|
case 32738:
|
||||||
if (loc.equals(new Location(2892, 10072, 0))) {
|
if (loc.equals(new Location(2892, 10072, 0))) {
|
||||||
player.getProperties().setTeleportLocation(LOCATIONS[0]);
|
player.getProperties().setTeleportLocation(LOCATIONS[9]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
player.teleport(LOCATIONS[1]);
|
player.teleport(LOCATIONS[1]);
|
||||||
|
|||||||
Reference in New Issue
Block a user