playerindicators: make do while loop actually function. (#1513)

This commit is contained in:
Ganom
2019-09-01 15:41:03 -04:00
committed by GitHub
parent f768c667b6
commit 4716e37bc7

View File

@@ -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);