Set default show_build_stamp to false

This commit is contained in:
Dipshet
2026-08-09 02:18:56 +02:00
parent 9fae38a987
commit cd21e7b3bb
+1
View File
@@ -120,6 +120,7 @@ void ApplyAc6DefaultSettings() {
rex::cvar::SetSessionDefault("resolution", "1080p");
rex::cvar::SetSessionDefault("window_width", "1920");
rex::cvar::SetSessionDefault("window_height", "1080");
rex::cvar::SetSessionDefault("show_build_stamp", "false");
}
void ApplyAc6PerformanceModeOverrides() {