From 7b1b09dc4064af20383d3e5df4aaa14c034c5a6b Mon Sep 17 00:00:00 2001 From: MagicBot Date: Sat, 4 May 2024 13:20:26 -0400 Subject: [PATCH] Comment cleanup --- src/engine/mobileAI/Threads/ReSpawner.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/engine/mobileAI/Threads/ReSpawner.java b/src/engine/mobileAI/Threads/ReSpawner.java index b72d7ed5..4cc8608c 100644 --- a/src/engine/mobileAI/Threads/ReSpawner.java +++ b/src/engine/mobileAI/Threads/ReSpawner.java @@ -20,8 +20,9 @@ public enum ReSpawner implements Runnable { // MB Dev Notes: // // Thread acts as a throttle for messages to the client. Mobiles are - // respawned over a short time so as not to flood the client when - // an entire camp respawns at once. + // respawned over a short time so as not to flood client when + // entire camp respawns at once. Client has a tendency to drop + // messages when given too much to digest. RESPAWNER;