Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' into Halloween-PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ps3moira authored Oct 15, 2023
2 parents ac777c9 + bc21367 commit 8089f8c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Whitelist/WhitelistCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down
6 changes: 6 additions & 0 deletions Resources/Changelog/DeltaVChangelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8089f8c

Please sign in to comment.