From a48be8a864fd809523eb6d3e96d4284f1189ceed Mon Sep 17 00:00:00 2001 From: tpart Date: Thu, 15 Aug 2024 22:10:48 +0200 Subject: Do not display test or customer bot algorithms --- client/menu/lobby.gd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client') diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd index f1cf7fb6..5136798d 100644 --- a/client/menu/lobby.gd +++ b/client/menu/lobby.gd @@ -80,6 +80,9 @@ func initialize(): select_map(0) for algo_id: String in game.bot_algos: + if algo_id == "customer" or algo_id == "test": + continue + bot_counts[algo_id] = 0 var h := HBoxContainer.new() -- cgit v1.2.3-70-g09d2