Update IdleNotifierPlugin.java
This commit is contained in:
@@ -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);
|
notifier.notify("[" + local.getName() + "] " + message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user