Skip to content

Commit

Permalink
删除alert的日志记录
Browse files Browse the repository at this point in the history
  • Loading branch information
亡灵暴龙大帝 committed Jul 1, 2024
1 parent 59418b1 commit 54dc64b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/emu/grasscutter/scripts/ScriptLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -2017,7 +2017,6 @@ public int[] GetGatherConfigIdList() {

//弹窗alert 用法: ScriptLib.alert(context, 1, "hello world 666") then
public int alert(int MsgType, String msg) {
logger.warn("[LUA] Call unchecked ant");
sceneScriptManager.get().getScene().broadcastPacket(new PacketAntiAddictNotify(MsgType, msg));
return 0;
}
Expand Down

0 comments on commit 54dc64b

Please sign in to comment.