Comment cleanup

This commit is contained in:
2024-05-04 13:20:26 -04:00
parent 5724608005
commit 7b1b09dc40
+3 -2
View File
@@ -20,8 +20,9 @@ public enum ReSpawner implements Runnable {
// MB Dev Notes: // MB Dev Notes:
// //
// Thread acts as a throttle for messages to the client. Mobiles are // 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 // respawned over a short time so as not to flood client when
// an entire camp respawns at once. // entire camp respawns at once. Client has a tendency to drop
// messages when given too much to digest.
RESPAWNER; RESPAWNER;