Audio Volume var isn't being registered at a point it can be read from user config
Closed this issue · 0 comments
hogsy commented
This basically means if I set the audio volume to 0 and save the config, when I restart the game it's not read from the config because it hasn't yet been registered.
Var should be moved into Console_Initialize with everything else for the time being which will solve this issue.