Skip to content

Commit

Permalink
Fix etpro still being visible in mods menu on non supported platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ensiform committed Nov 23, 2023
1 parent b149aae commit 6bff17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommon/files.c
Original file line number Diff line number Diff line change
Expand Up @@ -4280,7 +4280,7 @@ static int FS_GetModList( char *listbuf, int bufsize ) {
if ( Sys_IsHiddenFolder( name ) ) {
continue;
}
#ifndef id386
#if !id386
// drop etpro because compatibility
if ( !Q_stricmp( name, "etpro" ) ) {
continue;
Expand Down

0 comments on commit 6bff17e

Please sign in to comment.