]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
fix portal lighting in a single cluster map (box map)
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 108db335bd78a31d0a44c0e49ce5297f3b7d6c7b..b81831afe7917cd721b4e93f500755e62fe27635 100644 (file)
--- a/host.c
+++ b/host.c
@@ -424,7 +424,7 @@ void SV_DropClient(qboolean crash)
        }
 
        // remove leaving player from scoreboard
-       //host_client->edict->v->netname = PR_SetString(host_client->name);
+       //host_client->edict->v->netname = PR_SetEngineString(host_client->name);
        //if ((val = GETEDICTFIELDVALUE(host_client->edict, eval_clientcolors)))
        //      val->_float = 0;
        //host_client->edict->v->frags = 0;