mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
Added missing confirmation message on '/manload'.
This commit is contained in:
parent
e8a42e3947
commit
ec4f5cc34d
2 changed files with 4 additions and 1 deletions
|
@ -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'.
|
|
@ -1590,6 +1590,8 @@ public class GroupManager extends JavaPlugin {
|
|||
*/
|
||||
onDisable();
|
||||
onEnable();
|
||||
|
||||
sender.sendMessage("All settings and worlds were reloaded!");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue