Update IdleNotifierPlugin.java

This commit is contained in:
Kyleeld
2019-08-12 09:33:18 +01:00
committed by GitHub
parent ff9933b5ea
commit d6c50504c7

View File

@@ -911,7 +911,8 @@ public class IdleNotifierPlugin extends Plugin
}
}
private void notifyWith(Player local, String message) {
private void notifyWith(Player local, String message)
{
notifier.notify("[" + local.getName() + "] " + message);
}