Browse Source

Issue 1558

tags/0.6.3m1rc1
Shane Mc Cormack 15 years ago
parent
commit
2083e98ff6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      launcher/unix/DMDirc.sh

+ 1
- 1
launcher/unix/DMDirc.sh View File

@@ -430,7 +430,7 @@ if [ -e "${jar}" ]; then
430 430
 	fi;
431 431
 	${JAVA}${APPLEOPTS} -ea -jar ${jar} -l unix-${LAUNCHERVERSION} ${params}
432 432
 	EXITCODE=${?}
433
-	if [ ${EXITCODE} -eq -42 ]; then
433
+	if [ ${EXITCODE} -eq 42 ]; then
434 434
 		# The client says we need to up update, rerun ourself before exiting.
435 435
 		${0} ${params}
436 436
 	fi;

Loading…
Cancel
Save