UI disappearing when turning offBug

Doesn't work anymore after update. On off no longer works. And the menu is missing for many players.

known problem, posted in other threads, go back to v2.3.3 for now

Ok I'll do. Then I wait for 2.4.2. Thanks

Same here!

Could you not let the whole UI disappear after players clicked "Turn off"?
Players come asking how to turn it on again and instead of having to use the /fs on command
it would be nice if the UI would just stay and the "Turn off" button would be a "Turn on" button then.
This way players could just easily turn on/off  the splitter by only clicking the button.

Still having trouble fixing this? When is a working update expected?
Kobani
Still having trouble fixing this? When is a working update expected?
If you are having issues on the latest, you can always go back to a previous version until the issue is resolved.

It looks like the plugin now checks if the splitting functionality is enabled before updating ui. Which means that when the player turns off splitting the UI won't be updated to reflect the change. The ui also probably won't render at all if you close and open the smelter interface.

On line 220:

if (player != null && !player.IsDestroyed && HasPermission(player) && GetEnabled(player))​

Should be changed to

if (player != null && !player.IsDestroyed && HasPermission(player))​

Haven't actually tested to see if it helps, but it makes sense in my head atleast.

hallo, on 2.4.1, when i click on "Turn off" button, all of gui disappears. Only way how to set it enabled again, is /fs on. On older version runs fine. Please can you check it? Thank you. W

For reference anyone running into this can confirm that 2.4.0 seems to work just fine.

2.4.1 has the UI disappearing if you turn splitting off and has to be turned back on manually. There is no response at all to turning it off the button doesn't change, nothing happens, but then when closing whatever furnace and opening again the UI is just gone.

Confused some of my players because it's one of few commands I had not previously shared since the UI has always worked both ways. Had some old school players join the server recently and like to use it sometimes but usually prefer to split it themsevles and they thought they broke the plugin ha.

Here's hopin they don't full send the new furnace UI system but we shall see.

We'd also like to see the "turn on" button back, this is a very important feature because not everyone knows how to turn it back on if you accidentally turned it off.