Removed an extra semicolon

Found in IdleNotifierPlugin.java line 392 from latest release
This commit is contained in:
Ermal
2019-01-17 21:12:28 -05:00
parent 3779a9cdf0
commit 9342668777

View File

@@ -389,7 +389,7 @@ public class IdleNotifierPlugin extends Plugin
if (checkFullSpecEnergy())
{
notifier.notify("[" + local.getName() + "] has restored spec energy!");;
notifier.notify("[" + local.getName() + "] has restored spec energy!");
}
}