Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Change log msg
Browse files Browse the repository at this point in the history
  • Loading branch information
florensie committed Jul 26, 2020
1 parent 6e9edff commit cf9a92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/be/florens/eggtab/EggTab.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public void onInitializeClient() {
() -> new ItemStack(Items.CREEPER_SPAWN_EGG)
);

LOGGER.info("[Egg Tab] Starting initial egging");
LOGGER.info("[Egg Tab] Moving spawn eggs");

// Do all the spawn eggs that have already been registered first
for (SpawnEggItem spawnEggItem : SpawnEggItem.getAll()) {
Expand Down

0 comments on commit cf9a92c

Please sign in to comment.