1
0
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:
snowleo
2012-02-13 11:22:49 +01:00
parent 13206b3418
commit cae3c5a03e

View File

@@ -119,7 +119,7 @@ public abstract class UserBase extends AsyncStorageObjectHolder<UserData> implem
} }
else else
{ {
return ess.getServer().getOfflinePlayer(base.getName()).getBedSpawnLocation(); return offlinePlayer.getBedSpawnLocation();
} }
} }