Skip to content

Commit

Permalink
smaller change: add NEU prefix to /warp dessert
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Nov 30, 2023
1 parent c23c596 commit e5f47c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object WarpDessert {
val message = packet.message.lowercase()
if (message == "/warp dessert") {
Minecraft.getMinecraft().thePlayer.sendChatMessage("/warp desert")
Utils.addChatMessage("§eDid someone say §d§lDessert§e? Sand is yummy!")
Utils.addChatMessage("§e[NEU] Did someone say §d§lDessert§e? Sand is yummy!")
return true
}
return false
Expand Down

0 comments on commit e5f47c7

Please sign in to comment.