mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
Some VChat Tweaks
- Chat remains between client reconnects if your client didn't close (so things like using the reconnect button, or autoreconnects at round end when that feels like working) - The client doesn't send pings to the server, the server sends pings to the client. This fixes AFK measurements for AFK kick purposes. - Turn latency indicator into a green/red indicator to show if you're connected, and when clicked will perform a one-time ping (and block doing it again for 10 seconds). It will display '?ms' if it never got a reply, or '999ms' if it did, but it was over 1s.
This commit is contained in:
@@ -1226,7 +1226,7 @@ window "outputwindow"
|
||||
background-color = #222222
|
||||
is-visible = true
|
||||
saved-params = ""
|
||||
text = "Chat is loading.\nIf nothing happens after 60s,\nuse OOC > \"Reload VChat\"."
|
||||
text = "Chat is loading.\nIf nothing happens after 20s,\nuse OOC > \"Reload VChat\"."
|
||||
elem "htmloutput"
|
||||
type = BROWSER
|
||||
pos = 0,0
|
||||
|
||||
Reference in New Issue
Block a user