Cleanup unused

This commit is contained in:
Daniel Mills
2021-07-18 18:45:41 -04:00
parent aae47e103b
commit deb75df77a
3 changed files with 2 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ public class IrisWorld {
bindWorld(this, world);
}
public Location getSpawnLocation() {
public Location spawnLocation() {
if(hasRealWorld())
{
return realWorld().getSpawnLocation();