1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-10 16:48:05 +02:00

Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/GroupsDataHolder.java

This commit is contained in:
Necrodoom
2013-02-01 16:33:37 +02:00
parent 971902ae38
commit d40484d016

View File

@@ -43,6 +43,11 @@ public class GroupsDataHolder {
} }
} }
public WorldDataHolder getDataSource() {
return this.dataSource;
}
/** /**
* @return the defaultGroup * @return the defaultGroup
*/ */