patch NoTwitch to add back an erroneously removed method

This commit is contained in:
Lera Elvoé 2024-02-11 22:07:58 +03:00
parent 7b0b687ddd
commit 34966d4bcf
No known key found for this signature in database

View file

@ -107,7 +107,10 @@ func data_received(packet : PackedByteArray):
keepalive_timer = 0 keepalive_timer = 0
print(info) print(info)
func send_pong(pong):
pong.metadata.message_type = "session_pong"
send_text(str(pong))