1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-15 02:59:06 +02:00

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

This commit is contained in:
Necrodoom
2013-02-01 16:31:58 +02:00
parent 7ca32d455c
commit a21492e592

View File

@@ -51,6 +51,11 @@ public class UsersDataHolder {
return users; return users;
} }
public WorldDataHolder getDataSource() {
return this.dataSource
}
/** /**
* Resets the Users * Resets the Users
*/ */