X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=host_cmd.c;h=582a58f9737162c0d8a7a64b406aacec2f1f325c;hb=refs%2Fheads%2Fdiv0-stable;hp=a62b08324be7aa6bad9b80428204e4579b7853b1;hpb=f7a62fcdf3717b2387251677bdb596f6446db915;p=xonotic%2Fdarkplaces.git diff --git a/host_cmd.c b/host_cmd.c index a62b0832..582a58f9 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -964,7 +964,7 @@ static void Host_Loadgame_f (void) PRVM_ED_ParseEdict (prog, start, ent); // link it into the bsp tree - if (!ent->priv.server->free) + if (!ent->priv.server->free && !VectorCompare(PRVM_serveredictvector(ent, absmin), PRVM_serveredictvector(ent, absmax))) SV_LinkEdict(ent); }