]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fixes
authorFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 11:16:50 +0000 (14:16 +0300)
committerFruitieX <rasse@rasse-laptop.(none)>
Tue, 26 Oct 2010 11:16:50 +0000 (14:16 +0300)
defaultXonotic.cfg
qcsrc/server/cl_client.qc

index 50a7ed8a9f49fad3522be4c1c1e273eb1cccc544..151b6fbe4e270577642f2666717f9ca7c20fa5ba 100644 (file)
@@ -1649,6 +1649,7 @@ set g_showweaponspawns 1  "display sprites for weapon spawns found on the map whe
 
 alias records "cmd records"
 alias rankings "cmd rankings"
+alias ladder "cmd ladder"
 
 // ballistics use physical units, but qu based
 //   Quake-Newton: 1 qN  = 1 qu * 1 g / 1 s^2
index b4f9e2da0fc59161530882ca6d97ef57993882b9..ee8b487f868295d42dbc7af594b964e58e856bb7 100644 (file)
@@ -1598,6 +1598,7 @@ void ClientConnect (void)
                        rr = RACE_RECORD;
                t = stof(db_get(ServerProgsDB, strcat(GetMapname(), rr, "time")));
 
+               msg_entity = self;
                race_send_recordtime(MSG_ONE);
                race_send_speedaward(MSG_ONE);