Remove obsolete GameEvent (#6736)

This commit is contained in:
tool4ever
2025-01-01 18:24:47 +01:00
committed by GitHub
parent dfce81f67c
commit 1c0cb07a2e
10 changed files with 16 additions and 54 deletions

View File

@@ -788,7 +788,6 @@ public class MatchScreen extends FScreen {
public void forceRevalidate() {
for (VPlayerPanel playerPanel : getPlayerPanels().values()) {
playerPanel.revalidate(true);
}
}