Skip to content

Commit

Permalink
Fixed auto screenshots var typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ipkpjersi committed Sep 21, 2024
1 parent 4508090 commit 4be665d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2006Scape Client/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static void main(String[] args) {
break;
case"-auto-screenshots":
case"-enable-auto-screenshots":
ClientSettings.SCREENSHOTS_ENABLED = true;
ClientSettings.AUTOMATIC_SCREENSHOTS_ENABLED = true;
break;
}
if (args[i].startsWith("-") && (i + 1) < args.length && !args[i + 1].startsWith("-")) {
Expand Down

0 comments on commit 4be665d

Please sign in to comment.