microfix 2
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user