diff --git a/plugins/qi/qi.c b/plugins/qi/qi.c index 8cea44093..709ff7c52 100644 --- a/plugins/qi/qi.c +++ b/plugins/qi/qi.c @@ -925,7 +925,7 @@ static void QDECL QI_Tick(double realtime, double gametime) if (!thedatabase && dlcontext == -1) { dlcontext = -2; - //if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0) + if (filefuncs->Open(DATABASEURL, &dlcontext, 1) >= 0) return; } else