mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-25 16:09:44 +00: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
3 changed files with 1 additions and 6 deletions
|
@ -5,7 +5,6 @@ import java.util.logging.*;
|
||||||
import java.io.*;
|
import java.io.*;
|
||||||
import org.bukkit.*;
|
import org.bukkit.*;
|
||||||
import com.earth2me.essentials.commands.IEssentialsCommand;
|
import com.earth2me.essentials.commands.IEssentialsCommand;
|
||||||
import net.minecraft.server.EntityHuman;
|
|
||||||
import org.bukkit.command.CommandSender;
|
import org.bukkit.command.CommandSender;
|
||||||
import org.bukkit.entity.*;
|
import org.bukkit.entity.*;
|
||||||
import org.bukkit.inventory.ItemStack;
|
import org.bukkit.inventory.ItemStack;
|
||||||
|
@ -38,11 +37,7 @@ public class User extends PlayerExtension implements Comparable<User>, IReplyTo
|
||||||
{
|
{
|
||||||
super(base);
|
super(base);
|
||||||
this.folder = new File((Essentials.getStatic() == null ? new File(".") : Essentials.getStatic().getDataFolder()), "userdata");
|
this.folder = new File((Essentials.getStatic() == null ? new File(".") : Essentials.getStatic().getDataFolder()), "userdata");
|
||||||
|
this.lastLocation = getBase().getLocation();
|
||||||
if (base instanceof EntityHuman)
|
|
||||||
{
|
|
||||||
this.lastLocation = getBase().getLocation();
|
|
||||||
}
|
|
||||||
load();
|
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 a new issue