mirror of
https://bitbucket.org/s_l_teichmann/mtsatellite
synced 2025-06-29 22:51:10 +02:00
Name players correctly.
This commit is contained in:
@ -28,7 +28,7 @@ type connection struct {
|
||||
|
||||
type msg struct {
|
||||
Tiles []xz `json:"tiles,omitempty"`
|
||||
Pls []*player `json:"pls,omitempty"`
|
||||
Pls []*player `json:"players,omitempty"`
|
||||
}
|
||||
|
||||
func newWebsocketForwarder() *websocketForwarder {
|
||||
|
Reference in New Issue
Block a user