Removing this again...

This commit is contained in:
Coryler 2026-06-28 02:05:34 +02:00
parent 52192d4cfb
commit 7ec3301313
1 changed files with 0 additions and 5 deletions

View File

@ -90,11 +90,6 @@ namespace Content.Server.Voting.Managers
private void PlayerManagerOnPlayerStatusChanged(object? sender, SessionStatusEventArgs e)
{
// Delta V - Begin checking and blocking Dummy Sessions (or a certain stupid name)
if (e.Session.Channel.UserName.Contains("integration_dummy_"))
return;
// Delta V - End... Yes it's not good looking, but got no access to DummySession
if (e.NewStatus == SessionStatus.InGame)
{
// Send current votes to newly connected players.