X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=sv_ccmds.c;h=659a2815c92c58f5a4e88cdcb0e52d8fb89b8c59;hb=refs%2Fheads%2Fbones_was_here%2Fnet_s4;hp=cbd91e62e9e17912ab56664f6b3a82d3fd7c133c;hpb=775c0f6d056c37d2e23f9a96ec827023fe5e3404;p=xonotic%2Fdarkplaces.git diff --git a/sv_ccmds.c b/sv_ccmds.c index cbd91e62..659a2815 100644 --- a/sv_ccmds.c +++ b/sv_ccmds.c @@ -740,7 +740,7 @@ static void SV_Status_f(cmd_state_t *cmd) print ("version: %s build %s (gamename %s)\n", gamename, buildstring, gamenetworkfiltername); print ("protocol: %i (%s)\n", Protocol_NumberForEnum(sv.protocol), Protocol_NameForEnum(sv.protocol)); print ("map: %s\n", sv.name); - print ("timing: %s\n", Host_TimingReport(vabuf, sizeof(vabuf))); + print ("timing: %s\n", SV_TimingReport(vabuf, sizeof(vabuf))); print ("players: %i active (%i max)\n\n", players, svs.maxclients); if (in == 1)