Browse Source

Minor changes

Bugfix
master
Sogomn 9 years ago
parent
commit
d1ead6fd0f
  1. 2
      Ratty/src/de/sogomn/rat/Ratty.java

2
Ratty/src/de/sogomn/rat/Ratty.java

@ -72,7 +72,7 @@ public final class Ratty {
try {
final int port = Integer.parseInt(input);
if (port > 0) {
if (port < 0) {
return -1;
}

Loading…
Cancel
Save