mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 03:25:50 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ public class EssentialsPlayerListener extends PlayerListener
|
|||
{
|
||||
try
|
||||
{
|
||||
user.setCompassTarget(user.getHome());
|
||||
user.setCompassTarget(user.getHome(user.getLocation()));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue