mirror of
https://github.com/jcreek/CosmicClash.git
synced 2026-09-10 16:04:04 +00:00
feat(multiplayer): persist ranked arena allocations
This commit is contained in:
@@ -142,6 +142,7 @@ func _install_match_loop() -> void:
|
||||
loop.allocated_mode = bool(config.get_value("allocated-mode"))
|
||||
loop.allocated_playlist = String(config.get_value("playlist"))
|
||||
loop.allocated_roster_size = MatchNet.assigned_player_slots().size() if loop.allocated_mode else 0
|
||||
loop.allocated_arena_path = String(config.get_value("arena-path"))
|
||||
get_tree().root.add_child.call_deferred(loop)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user