Skip to content

Commit

Permalink
fix #2439
Browse files Browse the repository at this point in the history
  • Loading branch information
DeinFreund committed Nov 22, 2018
1 parent 4e3f23f commit 72bd8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZkLobbyServer/autohost/CommandPoll.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class CommandPoll
private bool AbsoluteMajorityVote;
public PollOutcome Outcome { get; private set; }

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

public CommandPoll(ServerBattle battle, bool absoluteMajorityVote = true)
{
Expand Down

0 comments on commit 72bd8ef

Please sign in to comment.