Skip to content

Commit

Permalink
deprecate fastloading FL
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord committed Jul 12, 2024
1 parent 01bd7fc commit 3146aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webAO/packets/handlers/handleSI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const handleSI = (args: string[]) => {
}

// this is determined at the top of this file
if (!oldLoading && extrafeatures.includes("fastloading")) {
if (!oldLoading) {
client.sender.sendServer("RC#%");
} else {
client.sender.sendServer("askchar2#%");
Expand Down

0 comments on commit 3146aaf

Please sign in to comment.