Removed an extra semicolon
Found in IdleNotifierPlugin.java line 392 from latest release
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user