Skip to content

Commit f176bc0

Browse files
committed
fix(concommand): rd_reset_level_and_promotion client access (c_asw_concommands.cpp)
1 parent a5cfed2 commit f176bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/client/swarm/c_asw_concommands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ void rd_reset_level_and_promotion_f()
862862

863863
Msg( "All done, your level and promotion have been reset!\n" );
864864
}
865-
ConCommand rd_reset_level_and_promotion( "rd_reset_level_and_promotion", rd_reset_level_and_promotion_f, "Resets promotion (rank, level etc.)", FCVAR_DEVELOPMENTONLY );
865+
ConCommand rd_reset_level_and_promotion( "rd_reset_level_and_promotion", rd_reset_level_and_promotion_f, "Resets promotion (rank, level etc.)", FCVAR_NOT_CONNECTED );
866866

867867
void asw_show_xp_f()
868868
{

0 commit comments

Comments
 (0)