From 9348852e2cb3b9de7630fc9967d60bb9a9906ad7 Mon Sep 17 00:00:00 2001 From: MagicBot Date: Fri, 26 Apr 2024 14:57:02 -0400 Subject: [PATCH] Comment cleanup --- src/engine/net/MessageDispatcher.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/net/MessageDispatcher.java b/src/engine/net/MessageDispatcher.java index 6d774ae5..5242e6c0 100644 --- a/src/engine/net/MessageDispatcher.java +++ b/src/engine/net/MessageDispatcher.java @@ -21,8 +21,8 @@ import java.util.regex.Pattern; // All outgoing Protocol messages to the player are managed through the MessageDispatcher.class. // All incoming Protocol messages from the player are managed by the Protocol.class. // -// A DispatchMessage is configured then wrapped in a Dispatch for a distribution list. -// A Dispatch can be submitted to the Dispatcher from any thread. +// A DispatchMessage is configured (Protocol messsage) and wrapped in a Dispatch (distribution list). +// A Dispatch can be submitted to the MessageDispatcher for delivery from any thread. // // Dispatches are interleaved between channels. This is to ensure // a combat or movement message is not delayed by spam clicking a