mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-01 00:26:48 +02:00
Cleanup
This commit is contained in:
@@ -37,14 +37,12 @@ public class StateMachine extends WorkListener implements Runnable
|
||||
{
|
||||
while (current.guessAnswer())
|
||||
{
|
||||
|
||||
current = current.getNextState();
|
||||
if (current == null)
|
||||
{
|
||||
result = MachineResult.DONE;
|
||||
break;
|
||||
}
|
||||
|
||||
}
|
||||
if (current != null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user