diff options
| author | stonedDiscord <stoned@derpymail.org> | 2020-02-13 13:51:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-13 13:51:26 +0100 |
| commit | b7e2fb43787129761706d1cf6376e335039e7ab7 (patch) | |
| tree | 7393fa4fadb7064a2e7241b8da982753c57bc1d2 /webAO/client.html | |
| parent | 02df4d38a588b1f3447a6264f04746489dc718e5 (diff) | |
| parent | 60431a062e262bfc92d61c933d54e5492d6b7c25 (diff) | |
Merge pull request #45 from AttorneyOnline/iniedit
the cursed update
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/webAO/client.html b/webAO/client.html index 7002f9b..1e2adcc 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -300,6 +300,12 @@ </select> <br> <br> + <p>Ini editing (experimental)</p> + <label for="client_ininame">Iniedit Character:</label> + <input type="text" id="client_ininame" name="client_ininame"> + <button id="client_inichange" onclick="iniedit()">Change</button> + <br> + <br> <span style="color:red">Only touch these settings if you know what you are doing.</span> <br> <br> |
