Cleanup last references to portal management in Essentials.

This commit is contained in:
KHobbits 2011-10-30 01:37:18 +01:00
parent 094a747db3
commit 1757badf64
6 changed files with 1 additions and 17 deletions

View File

@ -12,7 +12,6 @@ import org.bukkit.entity.Player;
public class User extends UserData implements Comparable<User>, IReplyTo, IUser
{
private boolean justPortaled = false;
private CommandSender replyTo = null;
private transient User teleportRequester;
private transient boolean teleportRequestHere;
@ -156,16 +155,6 @@ public class User extends UserData implements Comparable<User>, IReplyTo, IUser
this.base = new OfflinePlayer(getName(), ess);
}
public boolean getJustPortaled()
{
return justPortaled;
}
public void setJustPortaled(final boolean value)
{
justPortaled = value;
}
@Override
public void setReplyTo(final CommandSender user)
{

View File

@ -144,7 +144,6 @@ player-commands:
- nick
- pay
- ping
- portal
- powertool
- protect
- r

View File

@ -31,7 +31,6 @@ groups:
- essentials.nick
- essentials.pay
- essentials.ping
- essentials.portal
- essentials.powertool
- essentials.protect
- essentials.sethome

View File

@ -39,7 +39,6 @@ groups:
essentials.nick: true
essentials.pay: true
essentials.ping: true
essentials.portal: true
essentials.powertool: true
essentials.protect: true
essentials.sethome: true

View File

@ -37,7 +37,6 @@ groups:
- essentials.nick
- essentials.pay
- essentials.ping
- essentials.portal
- essentials.powertool
- essentials.protect
- essentials.sethome

View File

@ -39,7 +39,6 @@ groups:
- essentials.nick
- essentials.pay
- essentials.ping
- essentials.portal
- essentials.powertool
- essentials.protect
- essentials.sethome