diff options
| author | stonedDiscord <Tukz@gmx.de> | 2022-11-17 22:52:59 +0100 |
|---|---|---|
| committer | stonedDiscord <Tukz@gmx.de> | 2022-11-17 22:52:59 +0100 |
| commit | 60dacea009356d2bcd36bd0dd8c95124f7a3c218 (patch) | |
| tree | 4c1896b9ca90b73f3b6048a35eabca201ac9b958 /public | |
| parent | fa9ca955b10bb272cdc0a1f803efbdd768111c60 (diff) | |
add custom ininame
Diffstat (limited to 'public')
| -rw-r--r-- | public/client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/client.html b/public/client.html index f4298c6..c1fa5bd 100644 --- a/public/client.html +++ b/public/client.html @@ -523,6 +523,7 @@ <p>Ini editing (experimental)</p> <label for="client_iniselect">Iniedit Character:</label> <select id="client_iniselect" name="client_iniselect"></select> + <input id="client_ininame" name="client_ininame"></input> <button id="client_inichange" onclick="iniedit()">Change</button> <br> <br> |
