Cleanup client

This commit is contained in:
2020-08-16 22:26:30 -04:00
parent 336133d875
commit f982fd0130
5 changed files with 96 additions and 10 deletions

View File

@ -61,7 +61,7 @@ func join_world_async() -> Dictionary:
for precense in match_join_result.presences:
_precenses[precense.user_id] = precense
print("Currently connected: %s" % _precenses.size())
print("Joined matched with %s other players!" % _precenses.size())
return _precenses