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
|
@ -169,3 +169,4 @@ v 2.0:
|
||||||
- Expand 'manwhois' to also list a users subgroups.
|
- Expand 'manwhois' to also list a users subgroups.
|
||||||
- Fix a concurrent modification error when removing all attachments.
|
- 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();
|
onDisable();
|
||||||
onEnable();
|
onEnable();
|
||||||
|
|
||||||
|
sender.sendMessage("All settings and worlds were reloaded!");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue