1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 04:21:31 +02:00

Fix /home player for offline players

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1498 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-05-15 21:33:50 +00:00
parent a940e29ad5
commit 5e0f048273

View File

@@ -292,7 +292,7 @@ public class EssentialsPlayerListener extends PlayerListener
{
try
{
user.setCompassTarget(user.getHome());
user.setCompassTarget(user.getHome(user.getLocation()));
}
catch (Exception ex)
{