diff --git a/Content.Server/Whitelist/WhitelistCommands.cs b/Content.Server/Whitelist/WhitelistCommands.cs index 44c6c09bb3..892460fd87 100644 --- a/Content.Server/Whitelist/WhitelistCommands.cs +++ b/Content.Server/Whitelist/WhitelistCommands.cs @@ -45,7 +45,7 @@ public async void Execute(IConsoleShell shell, string argStr, string[] args) if (player.TryGetPlayerDataByUsername(name, out var playerData) && player.TryGetSessionByUsername(name, out var session)) { - playerData.ContentData()!.Whitelisted = false; + playerData.ContentData()!.Whitelisted = true; playtime.SendWhitelistCached(session); } diff --git a/Resources/Changelog/DeltaVChangelog.yml b/Resources/Changelog/DeltaVChangelog.yml index cde745aae8..5dc3b3231f 100644 --- a/Resources/Changelog/DeltaVChangelog.yml +++ b/Resources/Changelog/DeltaVChangelog.yml @@ -491,3 +491,9 @@ Entries: message: bees can now be put in inventory and ground up as a beverage/ingredient id: 67 time: '2023-09-28T17:52:08.0000000+00:00' +- author: DebugOk + changes: + - type: Fix + message: Whitelists no longer require server restarts + id: 68 + time: '2023-10-14T23:37:53.0000000+00:00'