Feat: Forward ChatController to all instances where its needed

Refs #107
This commit is contained in:
Mathis Ginkel
2026-04-23 11:58:12 +02:00
parent 36348d0d93
commit 66ee8bec46
@@ -141,6 +141,7 @@ public class CasinomainuiController {
AnchorPane.setBottomAnchor(chatNode, 0.0);
AnchorPane.setLeftAnchor(chatNode, 0.0);
AnchorPane.setRightAnchor(chatNode, 0.0);
gridManager.setChatController(chatController);
} catch (IOException e) {
LOGGER.warn("Could not initialize lobby chat UI: {}", e.getMessage());
}