@@ -197,7 +197,7 @@ |
||
| 197 | 197 | } |
| 198 | 198 | |
| 199 | 199 | // Read the name of the mod |
| 200 | - $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ?: 'Unknown'); |
|
| 200 | + $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ? : 'Unknown'); |
|
| 201 | 201 | |
| 202 | 202 | --$modCount; |
| 203 | 203 | } |