mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-26 14:17:58 +00:00
Remove cause of threadlock on first dragon fight (#2137)
This commit is contained in:
parent
60afba7e15
commit
62f7fa639a
@ -795,7 +795,7 @@ public final class Scene {
|
||||
return true;
|
||||
}
|
||||
|
||||
public synchronized void checkGroups() {
|
||||
public void checkGroups() {
|
||||
Set<Integer> visible =
|
||||
this.players.stream()
|
||||
.map(player -> this.getPlayerActiveGroups(player))
|
||||
|
Loading…
Reference in New Issue
Block a user