mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-12 11:48:34 +00:00
Bear Necessities
This commit is contained in:
@ -69,6 +69,7 @@ public final class DataManager implements Baker, Locker {
|
||||
public void saveData(PlayerData data) {
|
||||
DBUser user = new DBUser(plugin.getSQLManager().establish());
|
||||
user.insert(data);
|
||||
user.close();
|
||||
}
|
||||
|
||||
@SneakyThrows
|
||||
|
Reference in New Issue
Block a user