Fixed warnings
This commit is contained in:
parent
9c00d36f40
commit
84bec3e19c
@ -70,7 +70,7 @@ namespace NadekoBot.DataStructures
|
|||||||
embed = crembed;
|
embed = crembed;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch
|
||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -79,7 +79,6 @@ namespace NadekoBot.Modules.Games
|
|||||||
private readonly IGuildUser[] _users;
|
private readonly IGuildUser[] _users;
|
||||||
private readonly int?[,] _state;
|
private readonly int?[,] _state;
|
||||||
private Phase _phase;
|
private Phase _phase;
|
||||||
private readonly Func<IUserMessage, Task> _playMove;
|
|
||||||
int curUserIndex = 0;
|
int curUserIndex = 0;
|
||||||
private readonly SemaphoreSlim moveLock;
|
private readonly SemaphoreSlim moveLock;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user