This commit is contained in:
ACoolName 2024-05-28 00:16:36 +03:00
parent 8ca68e7deb
commit 284467fea3

View File

@ -498,8 +498,8 @@ func (con Connection) RunCommand(ctx *gin.Context) {
} }
type Commands struct { type Commands struct {
CommandType string `json:"CommandType"` CommandType string `json:"CommandType"`
Arguments [4]interface{} `json:"Arguments"` Arguments []interface{} `json:"Arguments"`
} }
func (con Connection) AttachServer(ctx *gin.Context) { func (con Connection) AttachServer(ctx *gin.Context) {