diff options
Diffstat (limited to 'src/cmd.c')
-rw-r--r-- | src/cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1552,7 +1552,7 @@ finish: } void Cmd_Config_g( genctx_t *ctx ) { - FS_File_g( "", "*.cfg", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | 0x80000000, ctx ); + FS_File_g( "", "*.cfg", FS_SEARCH_SAVEPATH | FS_SEARCH_BYFILTER | FS_SEARCH_STRIPEXT, ctx ); } static void Cmd_Exec_c( genctx_t *ctx, int argnum ) { |