The previous fix for #209 more or less solved the problem but sort of by accident. When the game first starts festivalBtn still doesn't exist so we trigger the same error. Eventually the game creates the button and the problem goes away. This change forces the tab to render so the button is always available.
The previous fix for #209 more or less solved the problem but sort of by accident. When the game first starts
festivalBtn
still doesn't exist so we trigger the same error. Eventually the game creates the button and the problem goes away. This change forces the tab to render so the button is always available.