]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/common.qc
Port ping, ping_packetloss and ping_movementloss to ClientState
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / common.qc
index 9f3a200dac51a17e0e8af00956644b5d5fdd42fd..984505ec1c56d54d880d1c580f0df68fde9b313b 100644 (file)
@@ -806,8 +806,8 @@ void CommonCommand_who(float request, entity caller, float argc)
                                print_to(caller, sprintf(strreplace(" ", separator, " #%-3d %-20.20s %-5d %-3d %-9s %-16s %s "),
                                        etof(it),
                                        it.netname,
-                                       it.ping,
-                                       it.ping_packetloss,
+                                       CS(it).ping,
+                                       CS(it).ping_packetloss,
                                        process_time(1, time - it.jointime),
                                        tmp_netaddress,
                                        tmp_crypto_idfp));