mirror of
https://github.com/Xiao-MoMi/Custom-Fishing.git
synced 2026-01-04 15:41:35 +00:00
1.2.23
This commit is contained in:
@@ -134,6 +134,7 @@ public class BagDataManager extends Function {
|
||||
}
|
||||
|
||||
public void readData(Player player) {
|
||||
if (player == null || !player.isOnline()) return;
|
||||
Inventory inventory = CustomFishing.plugin.getDataManager().getDataStorageInterface().loadBagData(player);
|
||||
if (inventory != null) {
|
||||
PlayerBagData playerBagData = new PlayerBagData(player, inventory);
|
||||
|
||||
Reference in New Issue
Block a user