gamedigz 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/protocols/valve.js +1 -2
package/package.json
CHANGED
package/protocols/valve.js
CHANGED
|
@@ -441,8 +441,7 @@ class Valve extends Core {
|
|
|
441
441
|
else state.bots.push({});
|
|
442
442
|
}
|
|
443
443
|
while(state.players.length < numPlayers || sortedPlayers.length) {
|
|
444
|
-
|
|
445
|
-
else state.players.push({});
|
|
444
|
+
state.players.push({});
|
|
446
445
|
}
|
|
447
446
|
}
|
|
448
447
|
|