Allow votekicks to be initiated in the lobby (#32528)

Initial commit
This commit is contained in:
SlamBamActionman
2024-11-01 02:52:55 +01:00
committed by GitHub
parent b3190b8935
commit 06da4fcc60
5 changed files with 56 additions and 25 deletions

View File

@@ -19,11 +19,6 @@ public sealed class VotingSystem : EntitySystem
private void OnVotePlayerListResponseEvent(VotePlayerListResponseEvent msg)
{
if (!_ghostSystem.IsGhost)
{
return;
}
VotePlayerListResponse?.Invoke(msg);
}