git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1262 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
Zenexer 2011-04-23 00:20:55 +00:00
parent c60070a148
commit 4bb368f7d7
3 changed files with 1 additions and 6 deletions

View file

@ -5,7 +5,6 @@ import java.util.logging.*;
import java.io.*;
import org.bukkit.*;
import com.earth2me.essentials.commands.IEssentialsCommand;
import net.minecraft.server.EntityHuman;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.*;
import org.bukkit.inventory.ItemStack;
@ -38,11 +37,7 @@ public class User extends PlayerExtension implements Comparable<User>, IReplyTo
{
super(base);
this.folder = new File((Essentials.getStatic() == null ? new File(".") : Essentials.getStatic().getDataFolder()), "userdata");
if (base instanceof EntityHuman)
{
this.lastLocation = getBase().getLocation();
}
this.lastLocation = getBase().getLocation();
load();
}

Binary file not shown.

Binary file not shown.