mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 13:13:24 +00:00
Update EssentialsGroupManager/src/org/anjocaido/groupmanager/dataholder/UsersDataHolder.java
This commit is contained in:
parent
d40484d016
commit
7ec65bf213
1 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ public class UsersDataHolder {
|
|||
|
||||
public WorldDataHolder getDataSource() {
|
||||
|
||||
return this.dataSource
|
||||
return this.dataSource;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -111,4 +111,4 @@ public class UsersDataHolder {
|
|||
this.timeStampUsers = timeStampUsers;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue