Skip to content

Commit

Permalink
fa index
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Jul 27, 2023
1 parent 9dd5f62 commit 227e37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webAO/packets/handlers/handleFA.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { safeTags } from '../../encoding';
export const handleFA = (args: string[]) => {
client.resetAreaList();

for (let i = 1; i < args.length - 1; i++) {
for (let i = 1; i < args.length; i++) {
createArea(i - 1, safeTags(args[i]));
}
}

0 comments on commit 227e37d

Please sign in to comment.