early-access version 4146

This commit is contained in:
pineappleEA
2024-02-18 07:19:28 +01:00
parent ebd0305be1
commit d2d37b01f7
135 changed files with 7043 additions and 1983 deletions
+1
View File
@@ -138,6 +138,7 @@ void Config::ReadPlayerValues(const std::size_t player_index) {
if (profile_name.empty()) {
// Use the global input config
player = Settings::values.players.GetValue(true)[player_index];
player.profile_name = "";
return;
}
player.profile_name = profile_name;