1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

cast to int

This commit is contained in:
Robin Appelman 2017-04-16 18:36:14 +02:00
commit 0cb13843da

View file

@ -77,7 +77,7 @@ class Parser {
$player['userId'], $player['userId'],
$this->convertSteamIdToCommunityId($player['steamId']), $this->convertSteamIdToCommunityId($player['steamId']),
$player['team'], $player['team'],
$this->getClassName($class) $this->getClassName((int)$class)
); );
} }
} }