Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Mar 4, 2024
1 parent 9f4b8a9 commit c91d790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/wdsj/asw/listener/BroadCastListener.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void onBroadCast(BroadcastMessageEvent event) {
event.setMessage(processedMessage);
}
if (settingsManager.getProperty(PluginSettings.LOG_VIOLATION)) {
Utils.logViolation("服务器广播消息(IP: )(Chat)(BroadCast)", originalMessage + censoredWordList);
Utils.logViolation("Broadcast(IP: None)(Chat)(BroadCast)", originalMessage + censoredWordList);
}
long endTime = System.currentTimeMillis();
addProcessStatistic(endTime, startTime);
Expand Down

0 comments on commit c91d790

Please sign in to comment.