]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
Put more work into process_time function
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 69c8e2e166e6d86c72585e3dae1a1742844dbf28..14e6dad62f468c7fe98017368511d0aa2789e5c2 100644 (file)
@@ -636,7 +636,7 @@ void CommonCommand_who(float request, entity caller, float argc)
                                        tmp_player.netname,
                                        tmp_player.ping, 
                                        tmp_player.ping_packetloss, 
-                                       process_time("%02d:%02d:%02d", time - tmp_player.jointime),
+                                       process_time(2, time - tmp_player.jointime),
                                        tmp_netaddress,
                                        tmp_crypto_idfp));