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

Binary file not shown.