mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-03 04:21:37 +00:00
Utilize write transactions for delaylogin task.
This commit is contained in:
parent
cf29a0ba6a
commit
ada2fe01a2
4 changed files with 64 additions and 29 deletions
|
@ -964,4 +964,14 @@ public abstract class UserData extends PlayerExtension implements IConf
|
|||
{
|
||||
config.save();
|
||||
}
|
||||
|
||||
public void startTransaction()
|
||||
{
|
||||
config.startTransaction();
|
||||
}
|
||||
|
||||
public void stopTransaction()
|
||||
{
|
||||
config.stopTransaction();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue