Skip to content

Commit

Permalink
gui: 添加遗忘的condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Jan 4, 2024
1 parent 86b7e7b commit bd462ec
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ private void updateOperationModeStatus(){
"当前模式: 去魔模式",
"点击附魔项目以移除"
);
} else {
throw new RuntimeException("未知的模式");
}

itemStacks.put(notificationItemIndex, noticeItem);
Expand Down

0 comments on commit bd462ec

Please sign in to comment.