From 758cb1e47e077f77f28ec80abfdf219e52601cb9 Mon Sep 17 00:00:00 2001 From: osuphobia <78858975+osuphobia@users.noreply.github.com> Date: Sat, 25 May 2024 12:20:29 +0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/options.cpp b/src/options.cpp index 2ed9b49efb393..8766c5b71943c 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -1896,12 +1896,11 @@ void options_manager::add_options_interface() to_translation( "If true, after firing automatically aim again if targets are available." ), true ); - add( "UNLOAD_RAS_WEAPON", page_id, to_translation( "Unload your bow etc. after canceling shooting" ), to_translation( "If true, weapons like bow and slingshot will be unloaded when quitting aim ui." ), true - ); + ); add( "QUERY_DISASSEMBLE", page_id, to_translation( "Query on disassembly while butchering" ), to_translation( "If true, will query before disassembling items while butchering." ),