Skip to content

Commit 471ff2d

Browse files
committed
Ooops
1 parent 3b2f3d4 commit 471ff2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mudclient.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ public void startGame() {
842842
rsaExponent = new BigInteger(readParam);
843843
System.out.println("exponent: " + rsaExponent);
844844
} catch (Exception var5) {
845-
var5.printStackTrace();
845+
;
846846
}
847847

848848
// Inauthentic parameter
@@ -851,7 +851,7 @@ public void startGame() {
851851
rsaModulus = new BigInteger(readParam);
852852
System.out.println("modulus: " + rsaModulus);
853853
} catch (Exception var5) {
854-
var5.printStackTrace();
854+
;
855855
}
856856

857857
this.method_24(this.rsaExponent, this.rsaModulus);

0 commit comments

Comments
 (0)