Hackily get the client to a channel server

This commit is contained in:
Andrew Gutekanst
2019-12-24 00:20:35 +09:00
parent 7aef17f7d9
commit e5066d4f8b
13 changed files with 1275 additions and 27 deletions

View File

@@ -31,7 +31,7 @@ func handleEntranceServerConnection(conn net.Conn) {
fmt.Printf("Got entrance server command:\n%s\n", hex.Dump(pkt))
data, err := ioutil.ReadFile("tw_server_list_resp.bin")
data, err := ioutil.ReadFile("custom_entrance_server_resp.bin")//("tw_server_list_resp.bin")
if err != nil {
print(err)
return