mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
Lumby Organ cutscene getSpawnLocation set to perfered location
Draynor Telescope cutscene getSpawnLocation set to perfered location
This commit is contained in:
parent
33f84c5f9d
commit
be0aa7a868
2 changed files with 2 additions and 2 deletions
|
|
@ -159,7 +159,7 @@ public final class DraynorNodePlugin extends OptionHandler {
|
|||
|
||||
@Override
|
||||
public Location getSpawnLocation() {
|
||||
return null;
|
||||
return Location.create(3089, 3252, 1);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ public final class OrganCutScene extends CutscenePlugin {
|
|||
|
||||
@Override
|
||||
public Location getSpawnLocation() {
|
||||
return null;
|
||||
return Location.create(3242, 3214, 0);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue