Skip to content

Commit 4be665d

Browse files
committed
Fixed auto screenshots var typo
1 parent 4508090 commit 4be665d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2006Scape Client/src/main/java/Main.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static void main(String[] args) {
6060
break;
6161
case"-auto-screenshots":
6262
case"-enable-auto-screenshots":
63-
ClientSettings.SCREENSHOTS_ENABLED = true;
63+
ClientSettings.AUTOMATIC_SCREENSHOTS_ENABLED = true;
6464
break;
6565
}
6666
if (args[i].startsWith("-") && (i + 1) < args.length && !args[i + 1].startsWith("-")) {

0 commit comments

Comments
 (0)