steamutils 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/SteamClient.js +1 -1
- package/package.json +1 -1
package/SteamClient.js
CHANGED
@@ -1206,7 +1206,7 @@ function SteamClient({
|
|
1206
1206
|
steam_display: '#display_GameKnownMapScore',
|
1207
1207
|
currentmap: '#gamemap_de_empire',
|
1208
1208
|
connect: '+gcconnectG082AA752',
|
1209
|
-
version: CSGO_VER,
|
1209
|
+
version: CSGO_VER.toString(),
|
1210
1210
|
'game:mode': 'competitive',
|
1211
1211
|
'game:mapgroupname': 'mg_de_mirage',
|
1212
1212
|
'game:map': 'de_mirage',
|