aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRblSb <msrblsb@gmail.com>2020-07-29 18:09:20 +0300
committerRblSb <msrblsb@gmail.com>2020-07-30 19:04:21 +0300
commit7df8a33c7b1c6cc7d18bde2586a3224b02686a95 (patch)
treea5b22abda535d9a4ae799f1a76f4f3d3103eb4e3 /res
parent328c05713f968ccce7a63c934dce873dc7967d6a (diff)
Exit messages
Diffstat (limited to 'res')
-rw-r--r--res/client.js2
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);
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage