Skip to content

Commit

Permalink
Fix critical portal issue
Browse files Browse the repository at this point in the history
Signed-off-by: yitzy299 <[email protected]>
  • Loading branch information
yitzy299 committed Sep 9, 2021
1 parent f2d8cdd commit b8456a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.11.6

# Mod Properties
mod_version = 1.0.0
mod_version = 1.0.1
maven_group = net.quiltservertools
archives_base_name = interdimensional

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object PortalCommand : Command {
.then(
literal("add").then(
argument("name", StringArgumentType.string()).then(
ServerDimensionArgument.dimension("dimension")
ServerDimensionArgument.dimension("destination")
.then(
argument(
"frame_block",
Expand Down

0 comments on commit b8456a1

Please sign in to comment.