mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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() {
|
public void clearCaches() {
|
||||||
spabCache.clear();
|
spabCache.clear();
|
||||||
cardCache.clear();
|
cardCache.clear();
|
||||||
playerCache.clear();
|
//playerCache.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user