aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-08-11 17:32:43 +0200
committersD <stoned@derpymail.org>2020-08-11 17:32:43 +0200
commita40fa4a48643b1026a3890e143592c32f930547c (patch)
tree2d774f83d30b42592ce39b2fe951666824e1e4e0 /webAO/client.html
parent0b4c03d19f4ab083495b16d1e3c2f4f8474bb5fe (diff)
add 2.8 position changing #65
Diffstat (limited to 'webAO/client.html')
-rw-r--r--webAO/client.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/webAO/client.html b/webAO/client.html
index 928f303..5375648 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -140,6 +140,7 @@
<div id="character_options">
<label for="role_select">Role:</label>
<select id="role_select" name="role_select" onchange="changeRoleOOC()">
+ <option value="">Default</option>
<option value="def">Defense</option>
<option value="pro">Prosecution</option>
<option value="jud">Judge</option>
@@ -435,10 +436,6 @@
<input id="bg_command" name="bg_command" type="text" value="bg $1">
<br>
<br>
- <label for="role_command">Change role command:</label>
- <input id="role_command" name="role_command" type="text" value="pos $1">
- <br>
- <br>
<label for="randomchar_command">Random character command:</label>
<input id="randomchar_command" name="randomchar_command" type="text" value="randomchar">
<br>