fix group deletion not syncing across multiple instances

This commit is contained in:
Luck
2016-06-23 21:48:25 +01:00
Unverified
parent 4610b3db7e
commit e07a346e16
3 changed files with 19 additions and 3 deletions
@@ -69,6 +69,13 @@ public class GroupManager {
}
}
/**
* Unloads all groups from the manager
*/
public void unloadAll() {
groups.clear();
}
/**
* Load all groups from the datastore
*/