1.19 client can display the chunks from server now
This commit is contained in:
@ -36,7 +36,7 @@ type KeepAlive struct {
|
|||||||
updatePlayerDelay []func(p KeepAliveClient, delay time.Duration)
|
updatePlayerDelay []func(p KeepAliveClient, delay time.Duration)
|
||||||
}
|
}
|
||||||
|
|
||||||
func NewKeepAlive[C KeepAliveClient]() (k *KeepAlive) {
|
func NewKeepAlive() (k *KeepAlive) {
|
||||||
return &KeepAlive{
|
return &KeepAlive{
|
||||||
join: make(chan KeepAliveClient),
|
join: make(chan KeepAliveClient),
|
||||||
quit: make(chan KeepAliveClient),
|
quit: make(chan KeepAliveClient),
|
||||||
|
Reference in New Issue
Block a user