diff options
Diffstat (limited to 'webAO/packets')
| -rw-r--r-- | webAO/packets/handlers/handleSC.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/packets/handlers/handleSC.ts b/webAO/packets/handlers/handleSC.ts index c4b17ac..a31762a 100644 --- a/webAO/packets/handlers/handleSC.ts +++ b/webAO/packets/handlers/handleSC.ts @@ -23,7 +23,7 @@ export const handleSC = async (args: string[]) => { const chargs = args[i].split("&"); const charid = i - 1; - setTimeout(() => handleCharacterInfo(chargs, charid), charid*2); + setTimeout(() => handleCharacterInfo(chargs, charid), charid*6); } // We're done with the characters, request the music client.sender.sendServer("RM#%"); |
