mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-04-26 16:39:45 +00:00
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java
This commit is contained in:
parent
971902ae38
commit
d40484d016
1 changed files with 6 additions and 1 deletions
|
@ -43,6 +43,11 @@ public class GroupsDataHolder {
|
|||
}
|
||||
}
|
||||
|
||||
public WorldDataHolder getDataSource() {
|
||||
|
||||
return this.dataSource;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the defaultGroup
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue