You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, setting channel enabled in file channel.settings.js disables the channel, but it still loads the game dir (see GameLoader line 149)
If a game is loading a dataset in the setup file, this slows down things considerably for no reason.
One solution could be to call settings = this.loadChannelFile(directory, gameName) outside of loadChannelDir and move things around in the loading function.
The text was updated successfully, but these errors were encountered:
Right now, setting
channel enabled
in filechannel.settings.js
disables the channel, but it still loads the game dir (see GameLoader line 149)If a game is loading a dataset in the setup file, this slows down things considerably for no reason.
One solution could be to call
settings = this.loadChannelFile(directory, gameName)
outside ofloadChannelDir
and move things around in the loading function.The text was updated successfully, but these errors were encountered: