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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user