Update legacy protocol support to v1.21.90
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
package legacyver
|
||||
|
||||
import "github.com/sandertv/gophertunnel/minecraft"
|
||||
import (
|
||||
"github.com/sandertv/gophertunnel/minecraft"
|
||||
)
|
||||
|
||||
// All returns a slice of all legacy protocol versions that are supported.
|
||||
func All() []minecraft.Protocol {
|
||||
return []minecraft.Protocol{
|
||||
New800(),
|
||||
New786(),
|
||||
New776(),
|
||||
New766(),
|
||||
|
||||
Reference in New Issue
Block a user