@@ -191,7 +191,7 @@ |
||
191 | 191 | $result->addSub('mods', 'steam_id', self::readWorkshopId($responseBuffer, $infoByte & 0x0F)); |
192 | 192 | |
193 | 193 | // Read the name of the mod |
194 | - $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ?: 'Unknown'); |
|
194 | + $result->addSub('mods', 'name', $responseBuffer->readPascalString(0, true) ? : 'Unknown'); |
|
195 | 195 | |
196 | 196 | --$modCount; |
197 | 197 | } |