Skip to content

Commit

Permalink
fixes the ping output
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSuckerberg committed Dec 8, 2023
1 parent 0aae9f9 commit 7fe8ea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/ping.dm
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ SUBSYSTEM_DEF(ping)

var/list/currentrun = list()

/datum/controller/subsystem/ping/stat_entry()
..("P:[GLOB.clients.len]")
/datum/controller/subsystem/ping/stat_entry(msg)
return ..("P:[GLOB.clients.len]")

/datum/controller/subsystem/ping/fire(resumed = FALSE)
// Prepare the new batch of clients
Expand Down

0 comments on commit 7fe8ea5

Please sign in to comment.