mirror of
https://github.com/JamesPeters98/ChestsPlusPlus.git
synced 2025-01-10 10:27:44 +01:00
Update StorageInfo.java
This commit is contained in:
parent
7d3685ba6d
commit
a6f4e96713
@ -37,7 +37,7 @@ public class StorageInfo<T extends AbstractStorage> {
|
||||
boolean added = storageType.add(player, group, storageBlock.getLocation(), this.player);
|
||||
if(added) {
|
||||
this.storage = storageType.getStorage(playerUUID, group);
|
||||
storageType.getMessages().foundUnlinkedStorage(player,group);
|
||||
// storageType.getMessages().foundUnlinkedStorage(player,group);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user