Skip to content

Commit

Permalink
Merge pull request Sefiraat#161 from balugaq/master
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
balugaq authored Nov 2, 2024
2 parents 366593c + 98d1c6d commit 51cb25d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ private void setItem(@Nonnull BlockMenu blockMenu, @Nonnull Player player) {

final QuantumCache cache = CACHES.get(blockMenu.getLocation());
if (cache == null || cache.getAmount() > 0) {
player.sendMessage(Networks.getLocalizationService().getString("messages.unsupported_operation.quantum_storage.quantum_storage_not_empty"));
player.sendMessage(Networks.getLocalizationService().getString("messages.unsupported-operation.quantum_storage.quantum_storage_not_empty"));
return;
}
itemStack.setAmount(1);
Expand Down

0 comments on commit 51cb25d

Please sign in to comment.