1.19 client can display the chunks from server now

This commit is contained in:
Tnze
2022-06-21 17:44:15 +08:00
parent 59caded2ef
commit c0a7feb28c

View File

@ -36,7 +36,7 @@ type KeepAlive struct {
updatePlayerDelay []func(p KeepAliveClient, delay time.Duration)
}
func NewKeepAlive[C KeepAliveClient]() (k *KeepAlive) {
func NewKeepAlive() (k *KeepAlive) {
return &KeepAlive{
join: make(chan KeepAliveClient),
quit: make(chan KeepAliveClient),