This commit is contained in:
shoopea 2020-06-21 16:34:26 +02:00
parent f5161af622
commit ac4200dd0f

View File

@ -17,7 +17,7 @@ type Client struct {
func main() { func main() {
var ( var (
clients map[uint32]Client clients map[uint32]*Client
paused bool = true paused bool = true
forcePaused bool = true forcePaused bool = true
) )