mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-06-29 03:36:42 +00:00
Merge branch 'development' into paldiu-local
This commit is contained in:
@ -78,12 +78,12 @@ public class PlayerData
|
||||
if (masterBuilder && !verification)
|
||||
{
|
||||
verification = true;
|
||||
Objects.requireNonNull(TotalFreedomMod.plugin()).pl.save(this);
|
||||
TotalFreedomMod.getPlugin().pl.save(this);
|
||||
}
|
||||
else if (!masterBuilder && discordID == null && verification)
|
||||
{
|
||||
this.verification = false;
|
||||
Objects.requireNonNull(TotalFreedomMod.plugin()).pl.save(this);
|
||||
TotalFreedomMod.getPlugin().pl.save(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user