This commit is contained in:
tony_all 2023-04-06 18:41:56 +08:00
parent 58e22417d8
commit c534b9508b
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ object ChildManager {
} }
val child = ChildBungee(channel, packet.portRange) val child = ChildBungee(channel, packet.portRange)
children.add(child)
} }
} }