diff --git a/servers/servers.go b/servers/servers.go index 7bfb4aa..2db2156 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 [4]interface{} `json:"Arguments"` + CommandType string `json:"CommandType"` + Arguments []interface{} `json:"Arguments"` } func (con Connection) AttachServer(ctx *gin.Context) {