We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3f23f commit 72bd8efCopy full SHA for 72bd8ef
ZkLobbyServer/autohost/CommandPoll.cs
@@ -18,7 +18,7 @@ public class CommandPoll
18
private bool AbsoluteMajorityVote;
19
public PollOutcome Outcome { get; private set; }
20
21
- public event EventHandler<PollOutcome> PollEnded;
+ public event EventHandler<PollOutcome> PollEnded = (sender, outcome) => { };
22
23
public CommandPoll(ServerBattle battle, bool absoluteMajorityVote = true)
24
{
0 commit comments