Add session mail and player gifts
This commit is contained in:
parent
5dda74c9e4
commit
e53ad1ac38
19 changed files with 1929 additions and 22 deletions
|
|
@ -190,7 +190,7 @@ func _on_message(message: Dictionary) -> void:
|
|||
}
|
||||
|
||||
|
||||
func _on_history(_messages: Array[Dictionary]) -> void:
|
||||
func _on_history(_messages: Array) -> void:
|
||||
if _messages.is_empty():
|
||||
for peer_id: int in _speech.keys():
|
||||
_on_peer_removed(peer_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue