mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 01:00:16 +00:00
oops set the config in the message
This commit is contained in:
parent
a4f66782db
commit
4820025a4e
@ -27,5 +27,6 @@ internal class ServerSettingsMessage : QSBMessage
|
|||||||
public override void OnReceiveRemote()
|
public override void OnReceiveRemote()
|
||||||
{
|
{
|
||||||
ServerSettingsManager.ShowPlayerNames = _showPlayerNames;
|
ServerSettingsManager.ShowPlayerNames = _showPlayerNames;
|
||||||
|
QSBCore.Helper.Config.SetSettingsValue("showPlayerNames", _showPlayerNames);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user