Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/commands.c
Original file line number Diff line number Diff line change
Expand Up @@ -2926,7 +2926,7 @@ const char common_um_init[] =
"k_clan_arena 0\n" // disable Clan Arena by default
"k_rocketarena 0\n" // disable Rocket Arena by default
"k_race 0\n" // disable Race by default
"k_hoonymode 0\n" // disable HoonyMode by default
"k_hoonymode 1\n" // enable HoonyMode by default

"k_spec_info 1\n" // allow spectators receive took info during game
"k_midair 0\n" // midair off
Expand Down