Skip to content

Commit

Permalink
feat: restrictEnclosureTp
Browse files Browse the repository at this point in the history
  • Loading branch information
zly2006 committed Jun 21, 2024
1 parent 4c46992 commit 20fa9c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx5G
org.gradle.parallel=true
# Mod Properties
mod_version=0.4
mod_version=0.4.1
archices_preview_version=alpha

maven_group=com.github.zly2006
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ fun register(dispatcher: CommandDispatcher<ServerCommandSource>, access: Command
.filter { it.uuid in (player as PlayerAccess).visitedEnclosures }
val text = player.name.copy().append(" visited: ")
visited.forEach { e ->
text.append(e.serialize(SerializationSettings.Name, player))
.append("\n")
text.append(e.serialize(SerializationSettings.Summarize, player))
.append(" ")
}
source.sendMessage(text)
}
Expand Down

0 comments on commit 20fa9c2

Please sign in to comment.