Browse Source

Comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
6b6be80fa8
  1. 4
      src/engine/net/MessageDispatcher.java

4
src/engine/net/MessageDispatcher.java

@ -89,8 +89,8 @@ public class MessageDispatcher implements Runnable { @@ -89,8 +89,8 @@ public class MessageDispatcher implements Runnable {
public static void send(Dispatch messageDispatch, DispatchChannel dispatchChannel) {
// A Dispatch should be borrowed from the local cache.
// They will automatically be released back to the queue
// Use Dispatch.borrow() for a new dispatch.
// The Dispatch will be released by the system
// once delivered.
// Don't queue up empty dispatches!

Loading…
Cancel
Save