Skip to content

Commit

Permalink
Update world.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob authored Sep 19, 2023
1 parent 28fb633 commit bce997b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/world.dm
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ var/world_topic_spam_protect_time = world.timeofday
if(logging)
log_topic("(NON-JSON) \"[topic_decoded]\", from:[addr], master:[master], key:[key]")
// Fallback check for spacestation13.com requests
if(topic_decoded == "ping")
if(topic_decoded == "status")
return length(GLOB.clients)
response["statuscode"] = 400
response["response"] = "Bad Request - Invalid JSON format"
Expand Down

0 comments on commit bce997b

Please sign in to comment.