Skip to content

Commit 72bd8ef

Browse files
committed
fix #2439
1 parent 4e3f23f commit 72bd8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ZkLobbyServer/autohost/CommandPoll.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class CommandPoll
1818
private bool AbsoluteMajorityVote;
1919
public PollOutcome Outcome { get; private set; }
2020

21-
public event EventHandler<PollOutcome> PollEnded;
21+
public event EventHandler<PollOutcome> PollEnded = (sender, outcome) => { };
2222

2323
public CommandPoll(ServerBattle battle, bool absoluteMajorityVote = true)
2424
{

0 commit comments

Comments
 (0)