Clean imports

This commit is contained in:
Tnze
2022-02-20 19:23:41 +08:00
parent fee2e0c939
commit 23bcf9149a
11 changed files with 63 additions and 42 deletions

View File

@ -9,7 +9,7 @@ import (
"time"
"github.com/google/uuid"
"github.com/mattn/go-colorable"
//"github.com/mattn/go-colorable"
"github.com/Tnze/go-mc/bot"
"github.com/Tnze/go-mc/bot/basic"
@ -26,7 +26,7 @@ var screenManager *screen.Manager
func main() {
flag.Parse()
log.SetOutput(colorable.NewColorableStdout())
//log.SetOutput(colorable.NewColorableStdout())
client = bot.NewClient()
client.Auth.Name = "Daze"
player = basic.NewPlayer(client, basic.DefaultSettings)