mirror of
https://github.com/CPunch/gopenfusion.git
synced 2026-01-02 21:50:17 +00:00
misc. db.GetPlayers() result is now truncated
This commit is contained in:
@@ -5,7 +5,7 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
var allocator = sync.Pool{
|
||||
var allocator = &sync.Pool{
|
||||
New: func() any { return new(bytes.Buffer) },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user