mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
Add missing options to defaults
Signed-off-by: Lucca Jiménez Könings <development@jimkoen.com>
This commit is contained in:
parent
86f0052e07
commit
a357ff8ca3
@ -61,7 +61,11 @@ struct Settings {
|
||||
{ General_MaxCars, 1 },
|
||||
{ General_LogChat, true },
|
||||
{ General_ResourceFolder, "Resources" },
|
||||
{ General_Debug, false }
|
||||
{ General_Debug, false },
|
||||
{ Misc_SendErrorsShowMessage, true },
|
||||
{ Misc_SendErrors, true },
|
||||
{ Misc_ImScaredOfUpdates, true }
|
||||
};
|
||||
|
||||
enum SettingsAccessMask {
|
||||
read, // Value can be read from console
|
||||
|
Loading…
x
Reference in New Issue
Block a user