Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbao233xD committed Mar 22, 2022
1 parent 0386a58 commit 73b2865
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion config.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#description
#Tue Mar 22 12:34:57 CST 2022
#Tue Mar 22 12:37:37 CST 2022
spamdelay=1000
name=NMSL
debug=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@ public void start(final String ip, final int port) {
spammessage = config.getValue("custommessage");

}
if (!config.getBoolean("log")) {
System.out.println("[警告]你没有开启日志");
}

mainThread = new Thread(() -> {
while (true) {
Expand Down

0 comments on commit 73b2865

Please sign in to comment.