diff --git a/servers/servers.go b/servers/servers.go index b761453..d3eba83 100644 --- a/servers/servers.go +++ b/servers/servers.go @@ -498,8 +498,8 @@ func (con Connection) RunCommand(ctx *gin.Context) { } type Commands struct { - CommandType string `json:"CommandType"` - Arguments []uint{} `json:"Arguments"` + CommandType string `json:"CommandType"` + Arguments []uint `json:"Arguments"` } func (con Connection) AttachServer(ctx *gin.Context) {