Removing this again...
This commit is contained in:
parent
52192d4cfb
commit
7ec3301313
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue