Skip to content

Commit

Permalink
Update RoomCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
cold-carmel authored Oct 16, 2021
1 parent 27d6fe2 commit 04cb8a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ public void processCommand(ICommandSender arg0, String[] arg1) {
break;
default:
player.addChatMessage(new ChatComponentText(EnumChatFormatting.RED
+ "Dungeon Rooms: Valid options are <chest | wither | superboom | lever | fairysoul | item | entrance | bat>"));
+ "Dungeon Rooms: Valid options are <chest | wither | superboom | lever | fairysoul | item | entrance | bat | stonk>"));
break;
}
break;
Expand Down

0 comments on commit 04cb8a5

Please sign in to comment.