mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 00:55:10 +02:00
We don't need to get OfflinePlayer again.
This commit is contained in:
@@ -119,7 +119,7 @@ public abstract class UserBase extends AsyncStorageObjectHolder<UserData> implem
|
||||
}
|
||||
else
|
||||
{
|
||||
return ess.getServer().getOfflinePlayer(base.getName()).getBedSpawnLocation();
|
||||
return offlinePlayer.getBedSpawnLocation();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user