Fixing more formatting

A few ugly things to fix

Format fix v2
This commit is contained in:
Reason
2023-06-10 06:25:03 -04:00
committed by Martin Michelsen
parent 53a9b527e4
commit 148d327d9f
+1 -1
View File
@@ -3159,7 +3159,7 @@ shared_ptr<Lobby> create_game_generic(
game->flags = flags |
Lobby::Flag::GAME |
(item_tracking_enabled ? Lobby::Flag::ITEM_TRACKING_ENABLED : 0) |
(drops_enabled ? Lobby::Flag::DROPS_ENABLED : 0 );
(drops_enabled ? Lobby::Flag::DROPS_ENABLED : 0);
game->password = password;
game->version = c->version();
game->section_id = c->options.override_section_id >= 0