Allow maxsupermanhd to disable public key sending or to instruct the KeyPair to be used which he got from external. close #227

This commit is contained in:
Tnze
2022-12-08 01:00:38 +08:00
parent e95259e2e6
commit 6be038072b
2 changed files with 46 additions and 14 deletions

View File

@ -3,10 +3,9 @@ package server
import (
_ "embed"
"github.com/google/uuid"
"github.com/Tnze/go-mc/net"
"github.com/Tnze/go-mc/server/auth"
"github.com/google/uuid"
)
type GamePlay interface {