microfix 2

This commit is contained in:
2026-06-19 21:26:53 +02:00
parent 2d7cc0f551
commit 6aca188aa3
@@ -167,7 +167,8 @@ public class MainFXMLController {
public void render() { public void render() {
if(foodLabels.isEmpty() || controller.getMiniModel().lastEvent == null if(foodLabels.isEmpty() || controller.getMiniModel().lastEvent == null
|| controller.getMiniModel().lastEvent.getEventType().equals(EventType.TOTEM_CHOICE) || controller.getMiniModel().lastEvent.getEventType().equals(EventType.TOTEM_CHOICE)
|| controller.getMiniModel().lastEvent.getEventType().equals(EventType.RECONNECT_PLAYER)) || controller.getMiniModel().lastEvent.getEventType().equals(EventType.RECONNECT_PLAYER)
|| controller.getMiniModel().lastEvent.getEventType().equals(EventType.DISCONNECTED_PLAYER))
buildSidePanel(); buildSidePanel();
if(isError) if(isError)
{ {