mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-16 03:24:31 +02: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:
@@ -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.
Reference in New Issue
Block a user