Remove the "warning on success" message.

This commit is contained in:
asofold 2014-07-13 01:14:38 +02:00
parent aa91a39eea
commit b956aab479

View File

@ -29,7 +29,6 @@ public class ProtocolLibComponent implements DisableListener{
PacketAdapter adapter = new MoveFrequency(plugin);
protocolManager.addPacketListener(adapter);
registeredPacketAdapters.add(adapter);
LogUtil.logWarning("[NoCheatPlus] Registered some packet-level hook.");
} catch (Throwable t) {
LogUtil.logWarning("[NoCheatPlus] Could not register some packet-level hook.");
LogUtil.logWarning(t); // TODO: Maybe temporary.