diff options
| author | RblSb <msrblsb@gmail.com> | 2020-07-29 18:09:20 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2020-07-30 19:04:21 +0300 |
| commit | 7df8a33c7b1c6cc7d18bde2586a3224b02686a95 (patch) | |
| tree | a5b22abda535d9a4ae799f1a76f4f3d3103eb4e3 /res | |
| parent | 328c05713f968ccce7a63c934dce873dc7967d6a (diff) | |
Exit messages
Diffstat (limited to 'res')
| -rw-r--r-- | res/client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/client.js b/res/client.js index 73c0671..e0ad935 100644 --- a/res/client.js +++ b/res/client.js @@ -1091,7 +1091,7 @@ client_Main.prototype = { first = items.shift(); } items.reverse(); - if(this.player.isListEmpty()) { + if(first != null) { items.unshift(first); } } |
