Skip to content

Commit

Permalink
Removed load function on checking_wl
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeusHay committed Sep 2, 2021
1 parent 64e77bb commit 5f84d4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Synapse-X-Infinity/StartUp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ private void sxLoadEvent(SxLibBase.SynLoadEvents Event, object Param)
// Importants

case SxLibBase.SynLoadEvents.CHECKING_WL:
sxInfinity();
this.whitelistProgress.Value = 100;
this.whitelistProgress.ProgressColor = Color.FromArgb(0, 255, 0);
return;
Expand Down

0 comments on commit 5f84d4e

Please sign in to comment.