From: bones_was_here Date: Sat, 4 Feb 2023 08:04:54 +0000 (+1000) Subject: Remove a FIXME that's fixed X-Git-Tag: xonotic-v0.8.6~184 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c1cc5be49d4171a3cfa5b4ab242da3e4939a7e32;p=xonotic%2Fxonotic-data.pk3dir.git Remove a FIXME that's fixed --- diff --git a/qcsrc/server/world.qc b/qcsrc/server/world.qc index cfaec58e3..0605a8fbd 100644 --- a/qcsrc/server/world.qc +++ b/qcsrc/server/world.qc @@ -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;