Remove debug

This commit is contained in:
Shevchik 2013-09-01 16:54:44 +04:00
parent b0f874fd26
commit ad3e1b7991
2 changed files with 2 additions and 1 deletions

View File

@ -67,6 +67,7 @@ public class Chairs extends JavaPlugin {
}
protocolManager = ProtocolLibrary.getProtocolManager();
new PacketListener(protocolManager, this);
}
@Override
@ -121,7 +122,6 @@ public class Chairs extends JavaPlugin {
{
player.eject();
final Location tploc = sitstopteleportloc.get(player.getName());
System.out.println(tploc);
if (tploc != null)
{
Bukkit.getScheduler().scheduleSyncDelayedTask(this, new Runnable(){
@ -147,6 +147,7 @@ public class Chairs extends JavaPlugin {
}
}
public void loadConfig() {
autoRotate = getConfig().getBoolean("auto-rotate");
signCheck = getConfig().getBoolean("sign-check");

Binary file not shown.