Skip to content

Commit

Permalink
Remove chat message that was sent in the configuration phase
Browse files Browse the repository at this point in the history
  • Loading branch information
FluxCapacitor2 committed Feb 20, 2024
1 parent eb30c25 commit 190709f
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,6 @@ object InitialInstanceRouter : Bootstrap(EnvType.PRODUCTION) {
game.getModule<SpawnpointModule>().spawnpointProvider.getSpawnpoint(event.player)
}

event.player.sendMessage(
Component.translatable(
"global.instance.placing",
NamedTextColor.GRAY,
Component.text(game.id + "/" + instance.uniqueId.toString())
)
)
game.addPlayer(event.player, sendPlayer = false)
Messaging.IO.launch {
Messaging.outgoing.playerTransfer(event.player, game.id)
Expand Down

0 comments on commit 190709f

Please sign in to comment.