Skip to content

Commit 5f889d2

Browse files
committed
Fix compilation after rebase
1 parent d0522e7 commit 5f889d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RLBotCS/ManagerTools/ConfigValidator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ List<PlayerConfigurationT> players
115115
};
116116

117117
// Apply Psyonix preset loadouts
118-
if (string.IsNullOrEmpty(player.Name))
118+
if (string.IsNullOrEmpty(bot.Name))
119119
{
120120
(bot.Name, var preset) = PsyonixLoadouts.GetNext((int)player.Team);
121121
string andPreset = bot.Loadout == null ? " and preset" : "";

0 commit comments

Comments
 (0)