Skip to content

Commit ba1c112

Browse files
committed
Whoops
1 parent 00f5518 commit ba1c112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/mmd/orespawn/command/AddOreCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void execute(MinecraftServer server, ICommandSender sender, String[] args
105105
throw new CommandException("Failed to read the json file");
106106
}
107107

108-
player.sendStatusMessage(new TextComponentString("Added " + state.getBlock().getRegistryName().toString() + " to the json"), false);
108+
player.sendStatusMessage(new TextComponentString("Added " + state.getBlock().getRegistryName().toString() + " to the json"));
109109
}
110110

111111
private void saveFile(JsonArray array, File file) throws CommandException {

0 commit comments

Comments
 (0)