Skip to content

Commit

Permalink
feat: remove server resources pack
Browse files Browse the repository at this point in the history
  • Loading branch information
devproje committed Dec 7, 2022
1 parent 79befc4 commit 438d4b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/cube1/lobby/listener/Listener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ object Listener {
return@addListener
}

event.player.setResourcePack(ResourcePack.optional("https://cloud.projecttl.net/s/CnHaGLGyz8n7PAb/download/!%20%ED%94%84%EC%A0%9D%20%EC%84%9C%EB%B2%84%20%EB%A6%AC%EC%86%8C%EC%8A%A4%ED%8C%A9%20%281%29.zip", null))
// event.player.setResourcePack(ResourcePack.optional("https://cloud.projecttl.net/s/CnHaGLGyz8n7PAb/download/!%20%ED%94%84%EC%A0%9D%20%EC%84%9C%EB%B2%84%20%EB%A6%AC%EC%86%8C%EC%8A%A4%ED%8C%A9%20%281%29.zip", null))
event.player.gameMode = GameMode.ADVENTURE
event.player.teleport(spawn)
val msg = "<bold><aqua>PROJECT_TL'S PRIVATE SERVER <reset>${messages.random().replace(
Expand Down

0 comments on commit 438d4b7

Please sign in to comment.