修复了进度条默认显示的bug
This commit is contained in:
parent
99539a7369
commit
1bd6277fa2
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user