|
|
|
@ -20,8 +20,9 @@ public enum ReSpawner implements Runnable {
@@ -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; |
|
|
|
|
|
|
|
|
|