Skip to content

Commit

Permalink
Merge pull request #88 from Thomas-Smyth/beta
Browse files Browse the repository at this point in the history
SquadJS v1.4.8 Release
  • Loading branch information
Thomas-Smyth authored Oct 3, 2020
2 parents 1aa6dcb + 45f089c commit 898a943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SquadJS",
"version": "1.4.7",
"version": "1.4.8",
"repository": "https://github.com/Thomas-Smyth/SquadJS.git",
"author": "Thomas Smyth <https://github.com/Thomas-Smyth>",
"license": "BSL-1.0",
Expand Down
2 changes: 1 addition & 1 deletion squad-server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export default class Server extends EventEmitter {
matchingPlayers.push(player);
}

if (matchingPlayers.length === 0) {
if (matchingPlayers.length === 0 && suffix === false) {
await this.updatePlayers();

matchingPlayers = [];
Expand Down

0 comments on commit 898a943

Please sign in to comment.