Refactoring
This commit is contained in:
parent
7f8455d868
commit
a9aa1f30c5
@ -143,9 +143,7 @@ public class GuessReader : IReader
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
successCounter++;
|
if (++successCounter > 5)
|
||||||
|
|
||||||
if (successCounter > 5)
|
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user