playerindicators: make do while loop actually function. (#1513)
This commit is contained in:
@@ -231,6 +231,7 @@ public class PlayerIndicatorsPlugin extends Plugin
|
|||||||
}
|
}
|
||||||
catch (IOException ex)
|
catch (IOException ex)
|
||||||
{
|
{
|
||||||
|
result = null;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Thread.sleep(250);
|
Thread.sleep(250);
|
||||||
@@ -239,7 +240,6 @@ public class PlayerIndicatorsPlugin extends Plugin
|
|||||||
{
|
{
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
while (result == null);
|
while (result == null);
|
||||||
|
|||||||
Reference in New Issue
Block a user