aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.html
diff options
context:
space:
mode:
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 50f4012..e98bc02 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -148,6 +148,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>
@@ -443,10 +444,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>