mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-11 09:05:01 +02:00
Added missing confirmation message on '/manload'.
This commit is contained in:
@@ -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!");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user