Skip to content

Commit

Permalink
1.16.210 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Extollite committed Mar 16, 2021
1 parent 48e8152 commit efd695f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@
"repositoryURL": "https://github.com/apple/swift-nio.git",
"state": {
"branch": null,
"revision": "c3e2359c55cd8b47207ab7363b77c9c398a95294",
"version": "2.23.0"
"revision": "3be4e0980075de10a4bc8dee07491d49175cfd7a",
"version": "2.27.0"
}
},
{
"package": "swift-raknet",
"repositoryURL": "https://github.com/Extollite/swift-raknet.git",
"state": {
"branch": "master",
"revision": "af99b14bfae28c4ae88746cad894f9f059b4b653",
"revision": "612b03a8236d2a1be8b7a818705b1bc4a6890fc2",
"version": null
}
},
Expand All @@ -60,7 +60,7 @@
"repositoryURL": "https://github.com/Extollite/swift-transferpe.git",
"state": {
"branch": "master",
"revision": "109928246c49b8a83e34571a31f7a7bcf5d1016e",
"revision": "f6f2ca914134f7f3ba9ee4cef93ff61dd1bcaaeb",
"version": null
}
},
Expand Down
2 changes: 1 addition & 1 deletion Sources/TransferApp/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import RakNetSwift

let arguments: [String] = Array(CommandLine.arguments.dropFirst())

var ip = "mcpe.to"
var ip = "play.nethergames.org"
var port = 19132
var group = MultiThreadedEventLoopGroup(numberOfThreads: System.coreCount)

Expand Down

0 comments on commit efd695f

Please sign in to comment.