mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-30 20:11:36 +01:00
CB 711
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1262 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
c60070a148
commit
4bb368f7d7
@ -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();
|
||||
}
|
||||
|
||||
|
BIN
lib/bukkit-0.0.1-SNAPSHOT.jar
Normal file
BIN
lib/bukkit-0.0.1-SNAPSHOT.jar
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user