master
Alex 2021-12-28 19:20:29 +01:00
parent 6738a59ef3
commit d040c11fd0
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ func main() {
web.RunServer()
go web.Test()
logger.Web.Println("test")
minecraft.RunServer()
}