Skip to content

Commit

Permalink
Merge pull request #2424 from GiganticMinecraft/Lucky3028-patch-1
Browse files Browse the repository at this point in the history
fix: replace /; with /desel
  • Loading branch information
rito528 authored Jan 25, 2025
2 parents 6405e04 + e6588d2 commit 12de376
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ object GridRegionMenu extends Menu {

SequentialEffect(
gridRegionAPI.updateCurrentRegionShapeSettings(shape),
CommandEffect("/;"),
CommandEffect("/desel"),
CommandEffect(s"/pos1 ${startPosition.getX.toInt},0,${startPosition.getZ.toInt}"),
CommandEffect(s"/pos2 ${endPosition.getX.toInt},0,${endPosition.getZ.toInt}"),
FocusedSoundEffect(Sound.BLOCK_STONE_BUTTON_CLICK_ON, 1f, 1f),
Expand Down Expand Up @@ -207,7 +207,7 @@ object GridRegionMenu extends Menu {
DeferredEffect(
IO(gridRegionAPI.updateCurrentRegionShapeSettings(SubjectiveRegionShape.minimal))
),
CommandEffect("/;"),
CommandEffect("/desel"),
FocusedSoundEffect(Sound.BLOCK_ANVIL_DESTROY, 0.5f, 1.0f)
)

Expand Down

0 comments on commit 12de376

Please sign in to comment.