Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed Apr 12, 2024
1 parent c7fe2e9 commit 9cc969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/spigey/asteroide/commands/GetNbtItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
assert mc.player != null;
if(mc.player.getAbilities().creativeMode){
give(GrieferKit.item, GrieferKit.nbt);
info("Receives Spigey's Griefer kit");
info("Received Spigey's Griefer kit");
}
if(!mc.player.getAbilities().creativeMode) { error("You need to be in creative mode to use this command");}
return SINGLE_SUCCESS;
Expand Down

0 comments on commit 9cc969a

Please sign in to comment.