diff --git a/src/engine/net/MessageDispatcher.java b/src/engine/net/MessageDispatcher.java index e397d3fa..90b8fb96 100644 --- a/src/engine/net/MessageDispatcher.java +++ b/src/engine/net/MessageDispatcher.java @@ -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!