]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/world.qc
Remove a FIXME that's fixed
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / world.qc
index cfaec58e38cd5dc17413cfa28b1d5d497d5c2d34..0605a8fbdc31b7a3ea4c7c9e474d49c97f2cde5a 100644 (file)
@@ -735,8 +735,7 @@ spawnfunc(worldspawn)
        {
                if (!server_is_dedicated)
                {
-                       // force unloading of server pk3 files when starting a listen server
-                       // localcmd("\nfs_rescan\n"); // FIXME: does more harm than good, has unintended side effects. What we really want is to unload temporary pk3s only
+                       // DP unloads dlcache pk3s before starting a listen server since https://gitlab.com/xonotic/darkplaces/-/merge_requests/134
                        // restore csqc_progname too
                        string expect = "csprogs.dat";
                        wantrestart = cvar_string("csqc_progname") != expect;