|
|
@ -138,6 +138,7 @@ void Config::ReadPlayerValues(const std::size_t player_index) { |
|
|
if (profile_name.empty()) { |
|
|
if (profile_name.empty()) { |
|
|
// Use the global input config
|
|
|
// Use the global input config
|
|
|
player = Settings::values.players.GetValue(true)[player_index]; |
|
|
player = Settings::values.players.GetValue(true)[player_index]; |
|
|
|
|
|
player.profile_name = ""; |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
player.profile_name = profile_name; |
|
|
player.profile_name = profile_name; |
|
|
|