oops set the config in the message

This commit is contained in:
JohnCorby 2022-11-07 12:31:45 -08:00
parent a4f66782db
commit 4820025a4e

View File

@ -27,5 +27,6 @@ internal class ServerSettingsMessage : QSBMessage
public override void OnReceiveRemote()
{
ServerSettingsManager.ShowPlayerNames = _showPlayerNames;
QSBCore.Helper.Config.SetSettingsValue("showPlayerNames", _showPlayerNames);
}
}