Commit d2415bae authored by PGoski's avatar PGoski

cleanup

parent 47620863
......@@ -119,11 +119,4 @@ public class CallbackOnOffline implements Plugin, PacketInterceptor {
}
}
public static void main(String... args) throws PacketRejectedException {
CallbackOnOffline c = new CallbackOnOffline();
c.initializePlugin(null, null);
c.interceptPacket(null, null, false, false);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment