fix group deletion not syncing across multiple instances
This commit is contained in:
@@ -69,6 +69,13 @@ public class GroupManager {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Unloads all groups from the manager
|
||||
*/
|
||||
public void unloadAll() {
|
||||
groups.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
* Load all groups from the datastore
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user