9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-26 01:59:20 +00:00

Add ability to update PlayerData back to cache and add more javadoc comments

This commit is contained in:
William
2022-01-07 11:33:19 +00:00
parent 014e325751
commit bf6032d6f0
5 changed files with 245 additions and 24 deletions

View File

@@ -142,7 +142,7 @@ public class PlayerSetter {
}
// If the data is flagged as being default data, skip setting
if (data.isUseDefaultData()) {
if (data.useDefaultData) {
HuskSyncBukkit.bukkitCache.removeAwaitingDataFetch(player.getUniqueId());
return;
}