Added missing confirmation message on '/manload'.

This commit is contained in:
ElgarL 2012-04-07 21:30:49 +01:00
parent e8a42e3947
commit ec4f5cc34d
2 changed files with 4 additions and 1 deletions

View file

@ -168,4 +168,5 @@ v 2.0:
- Remove all permission attachments when performing a manload or restart.
- Expand 'manwhois' to also list a users subgroups.
- Fix a concurrent modification error when removing all attachments.
- Better handling of errors in user and group yml's.
- Better handling of errors in user and group yml's.
- Added missing confirmation message on '/manload'.

View file

@ -1590,6 +1590,8 @@ public class GroupManager extends JavaPlugin {
*/
onDisable();
onEnable();
sender.sendMessage("All settings and worlds were reloaded!");
}
/**