mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 16:46:51 +02:00
Fix /home player for offline players
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1497 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
@@ -241,7 +241,7 @@ public class Teleport implements Runnable
|
||||
|
||||
public void home(User user, String chargeFor) throws Exception
|
||||
{
|
||||
Location loc = user.getHome();
|
||||
Location loc = user.getHome(this.user.getLocation());
|
||||
if (loc == null)
|
||||
{
|
||||
if (ess.getSettings().spawnIfNoHome())
|
||||
|
Reference in New Issue
Block a user