Skip to content

Commit

Permalink
this is no longer the case
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Mar 7, 2024
1 parent 2840ebf commit cda90f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webAO/packets/handlers/handleSI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { client, extrafeatures, oldLoading } from "../../client";
*/
export const handleSI = (args: string[]) => {
client.char_list_length = Number(args[1]);
client.char_list_length += 1; // some servers count starting from 0 some from 1...
client.evidence_list_length = Number(args[2]);
client.music_list_length = Number(args[3]);

Expand Down

0 comments on commit cda90f5

Please sign in to comment.