mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Can't clear player cache while a different thread might still need to get the players (ante crash)
This commit is contained in:
@@ -761,6 +761,6 @@ public class Game {
|
||||
public void clearCaches() {
|
||||
spabCache.clear();
|
||||
cardCache.clear();
|
||||
playerCache.clear();
|
||||
//playerCache.clear();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user