@@ -29,7 +29,7 @@ |
||
29 | 29 | 'id' => Command::ID, |
30 | 30 | 'method' => self::METHOD, |
31 | 31 | 'params' => array_merge( |
32 | - [ $this->ip, (string) $this->command], |
|
32 | + [ $this->ip, (string) $this->command ], |
|
33 | 33 | !is_null($this->banTime) ? [ $this->banTime ] : [ ], |
34 | 34 | !is_null($this->absolute) && !is_null($this->banTime) ? [ $this->absolute ] : [ ] |
35 | 35 | ) |