mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-02-23 07:41:32 +01: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:
parent
7a50ed8179
commit
a4fc756f1e
@ -292,7 +292,7 @@ public class EssentialsPlayerListener extends PlayerListener
|
||||
{
|
||||
try
|
||||
{
|
||||
user.setCompassTarget(user.getHome());
|
||||
user.setCompassTarget(user.getHome(user.getLocation()));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user