Skip to content

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goosius1 committed Sep 4, 2021
1 parent 45e0bcd commit 80984bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public static void processEntityDeathEvent(EntityDeathEvent event) {

//If the limit has been reached, send a warning message
if(categoryExtractionRecord.isExtractionLimitReached())
sendLimitReachedWarningMessage((Player)player, categoryExtractionRecord);
sendLimitReachedWarningMessage((Player)player, categoryExtractionRecord);
}
}
}
Expand Down

0 comments on commit 80984bf

Please sign in to comment.