mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-12 11:48:34 +00:00
About to round off the content
This commit is contained in:
@ -72,6 +72,12 @@ public final class DataManager implements Baker, Locker {
|
||||
user.close();
|
||||
}
|
||||
|
||||
public void saveCacheToDB() {
|
||||
DBUser user = new DBUser(plugin.getSQLManager().establish());
|
||||
playerDataCache.forEach(user::insert);
|
||||
user.close();
|
||||
}
|
||||
|
||||
@SneakyThrows
|
||||
@Override
|
||||
public void bake() {
|
||||
|
Reference in New Issue
Block a user