mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-01 14:39:13 -06:00
revert DraynorNodePlugin.java
make sure to set ``override fun getSpawnLocation() = Location.create(3089, 3252, 1) //telescope return location``
This commit is contained in:
parent
8d9a4513cc
commit
9cd38d6ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ public final class DraynorNodePlugin extends OptionHandler {
|
|||
|
||||
@Override
|
||||
public Location getSpawnLocation() {
|
||||
return Location.create(3089, 3252, 1);
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue