Skip to content

Commit bff5498

Browse files
committed
Version 1.9.0. Fixed a bug that makes the version of beef users not get updated when deserializing even though it is then saved in the new format. This version also adds the ability to monitor twitch streams and send a message to the go-live channel if configured when streams go live.
1 parent b8022bb commit bff5498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Beef/BeefUserConfigManager.cs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ private void LoadBeefUserConfigurations() {
4646
BeefUserConfig configFile = null;
4747
try {
4848
configFile = deserializer.Deserialize<BeefUserConfig>(fileContents);
49+
configFile.Version = BeefUserConfig.BeefUserVersion; // Since reading updates to the latest version, change it. In the future we may need to do something to upgrade.
4950

5051
// Do some sanity checking
5152
if (configFile == null) {

0 commit comments

Comments
 (0)