diff options
-rw-r--r-- | code/qcommon/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/qcommon/files.c b/code/qcommon/files.c index 86744e5..47e2160 100644 --- a/code/qcommon/files.c +++ b/code/qcommon/files.c @@ -2840,7 +2840,7 @@ static void FS_SetRestrictions( void ) { char *productId; Com_Printf("smells like demo data, continueing anyways\n"); -// return; + return; #ifndef PRE_RELEASE_DEMO |