1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Cleaned up whitespace
This commit is contained in:
Tristan B. Velloza Kildaire 2023-06-21 11:23:41 +02:00
parent 6ea7f0c421
commit 79981897ff

View File

@ -147,7 +147,6 @@ public class Client : Thread
logger.log("Generic("~message.getCommand()~", "~message.getFrom()~"): "~message.getParams()); logger.log("Generic("~message.getCommand()~", "~message.getFrom()~"): "~message.getParams());
} }
// TODO: Hook certain ones default style with an implemenation // TODO: Hook certain ones default style with an implemenation
// ... for things that the client can learn from // ... for things that the client can learn from
/** /**
@ -649,7 +648,6 @@ public class Client : Thread
sendMessage(message); sendMessage(message);
} }
/** /**
* Initialize the event handlers * Initialize the event handlers
*/ */
@ -868,7 +866,6 @@ public class Client : Thread
sendMessage(userMessage); sendMessage(userMessage);
} }
/** /**
* Adds a given message onto the receieve queue for * Adds a given message onto the receieve queue for
* later processing by the receieve queue worker thread * later processing by the receieve queue worker thread