Add missing line to while loop

This commit is contained in:
idk
2021-07-04 10:35:07 -04:00
parent 6165131c66
commit 59dc5d65e0

View File

@ -43,6 +43,7 @@ public class WinLauncher extends WindowsUpdatePostProcessor {
UpdateManager upmgr = updateManagerClient();
while (upmgr == null) {
upmgr = updateManagerClient();
System.out.println("Waiting for update manager so we can pull our own updates");;
}
upmgr.register(this, ROUTER_SIGNED_SU3, 6);