aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-05-12 18:10:28 +0200
committersD <stoned@derpymail.org>2020-05-12 18:10:28 +0200
commit4002d0426b3fed91ecfa3f6e31b9c05eb4d3776a (patch)
treef418d7f83de5939ca5fb394a6eb6d2ae5d39fbba /webAO/client.html
parent0322a2d1e36dd0dbfa4efd4813ddac6ab19017d6 (diff)
fix characters above 1000 not working
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html
index fc81680..8827809 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -50,7 +50,7 @@
</div>
<div id="client_charselect">
<p>Choose your character</p>
- <button onclick="pickChar(1001)">Or spectate</button>
+ <button onclick="pickChar(-1)">Or spectate</button>
<br><br>
<input id="client_charactersearch" placeholder="Search" oninput="chartable_filter(event)"></input>
<br><br>