Skip to content

Commit

Permalink
Add clear func to queue
Browse files Browse the repository at this point in the history
  • Loading branch information
ixnoahlive authored Jun 7, 2024
1 parent 66280aa commit c22276f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ object CommandQueue {

Minecraft.getMinecraft().thePlayer.sendChatMessage("/" + command)
}

fun clearQueue() {
queue.clear()
}
}

0 comments on commit c22276f

Please sign in to comment.