Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama authored Aug 2, 2023
1 parent 543c9ba commit f66878c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void run() {
// Store the new data then cancel task
block.setType(crux.getType());

if (!StorageCacheUtils.hasBlock(block.getLocation)) {
if (!StorageCacheUtils.hasBlock(block.getLocation())) {
Slimefun.getDatabaseManager().getBlockDataController().createBlock(block.getLocation(), crux.getItemId());
}

Expand Down

0 comments on commit f66878c

Please sign in to comment.