Skip to content

Commit 0481917

Browse files
committed
v1.17 patch 4
1 parent 562817c commit 0481917

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changes
22
All notable changes to this project will be documented in `CHANGELOG.md`.
3+
34
## Added
4-
* Resuming function!
5+
Nothing has been added.
56

67
## Modified
7-
* ScannerThread checks if IP is in DB before even making a Socket for the IP.
8+
* Fixed scanner setting `offset.mcscan` to 255.255.255.255
89

910
## Removed
10-
Nothing has been removed.
11+
* Debug prints
1112

1213
## TODOs
1314
- [ ] Optimise IP generation and inital scanning code.[¹][1]

src/com/stupidrepo/mcscanner/MCScanner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ public void windowClosing(java.awt.event.WindowEvent windowEvent) {
133133
offsetK = k;
134134
for (int l = thisOffsetL; l <= 255; ++l) {
135135
offsetL = l;
136-
System.out.println(String.format("%d%d%d%d", i, j, k, l));
137136
String ip = i + "." + j + "." + k + "." + l;
138137

139138
ScannerThread scannerThread = new ScannerThread(ip, port, timeout, databaseHandler);

0 commit comments

Comments
 (0)