From 9b800804e62b727b38e3ace2f7f87f5420892078 Mon Sep 17 00:00:00 2001 From: Tnze Date: Wed, 29 May 2019 22:36:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/substitute_server/substitute.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cmd/substitute_server/substitute.go b/cmd/substitute_server/substitute.go index 5fb9715..7d14f8b 100644 --- a/cmd/substitute_server/substitute.go +++ b/cmd/substitute_server/substitute.go @@ -1,3 +1,7 @@ +//创建一个服务器代理,自带正版验证登录 +//Create a server proxy with authenticated login +//非正版客户端连接此程序时可以以正版身份进入指定服务器 +//Offline-clients can access the designated server as online when connecting to this program package main import ( @@ -20,7 +24,7 @@ import ( "github.com/Tnze/go-mc/net" "github.com/Tnze/go-mc/net/CFB8" pk "github.com/Tnze/go-mc/net/packet" - "github.com/satori/go.uuid" + uuid "github.com/satori/go.uuid" ) func main() { @@ -133,7 +137,6 @@ func Handle(conn net.Conn) { return } } - } }