Remove some debug messages

This commit is contained in:
Shaun Bennett 2015-08-06 05:56:31 -05:00
parent 9e9f9862d0
commit 35d999d747
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,6 @@ public abstract class MiniClientPlugin<DataType extends Object> extends MiniPlug
@EventHandler
public void UnloadPlayer(ClientUnloadEvent event)
{
System.out.println("super unload " + this.getClass().getSimpleName());
synchronized (_clientDataLock)
{
_clientData.remove(event.GetName());

View File

@ -113,7 +113,6 @@ public class CoreClientManager extends MiniPlugin
_clientList.remove(name);
}
System.out.println("Call from del");
_plugin.getServer().getPluginManager().callEvent(new ClientUnloadEvent(name));
}

View File

@ -493,6 +493,8 @@ public class BonusManager extends MiniClientPlugin<BonusClientData> implements I
// Charged
DataWatcher watcher = new DataWatcher(null);
watcher.a(0, (byte) 0);
watcher.a(1, (short) 300);
watcher.a(17, (byte) 1);
PacketPlayOutEntityMetadata packet = new PacketPlayOutEntityMetadata();
packet.a = _carlNpc.getEntity().getEntityId();