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:
@@ -292,7 +292,7 @@ public class EssentialsPlayerListener extends PlayerListener
|
||||
{
|
||||
try
|
||||
{
|
||||
user.setCompassTarget(user.getHome());
|
||||
user.setCompassTarget(user.getHome(user.getLocation()));
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user