修复了进度条默认显示的bug

This commit is contained in:
张宇衡 2023-08-08 10:18:38 +08:00
parent 99539a7369
commit 1bd6277fa2

View File

@ -26,7 +26,7 @@ public class JobQueue {
public JobQueue(Player player) {
this.player = player;
this.bar.addPlayer(player);
bar.setVisible(false);
this.bar.setVisible(false);
}
public void add(Job job) {