Explorar el Código

Issue 1558

tags/0.6.3m1rc1
Shane Mc Cormack hace 15 años
padre
commit
2083e98ff6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      launcher/unix/DMDirc.sh

+ 1
- 1
launcher/unix/DMDirc.sh Ver fichero

@@ -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…
Cancelar
Guardar