mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Set medium difficulty by default
This commit is contained in:
parent
2e0e5db260
commit
f646151ce2
1 changed files with 3 additions and 5 deletions
|
@ -1697,11 +1697,9 @@ void SV_AddOperatorCommands(void) {
|
|||
Cmd_AddCommand("difficultyMedium", SV_MediumMode_f);
|
||||
Cmd_AddCommand("difficultyHard", SV_HardMode_f);
|
||||
|
||||
if (developer->integer) {
|
||||
SV_MediumMode_f();
|
||||
} else {
|
||||
SV_EasyMode_f();
|
||||
}
|
||||
// Changed in 2.0
|
||||
// Set medium mode regardless of if the developer mode is set
|
||||
SV_MediumMode_f();
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue