Skip to content

Commit

Permalink
Accurate kick message
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed Oct 18, 2023
1 parent 87369b7 commit 0673aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/inactivity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ SUBSYSTEM_DEF(inactivity)
if(current.is_afk(INACTIVITY_KICK))
if(!istype(current.mob, /mob/dead))
log_access("AFK: [key_name(current)]")
to_chat(current, SPAN_WARNING("You have been inactive for more than 10 minutes and have been disconnected."))
to_chat(current, SPAN_WARNING("You have been inactive for more than [INACTIVITY_KICK / 600] minutes and have been disconnected."))
qdel(current)

0 comments on commit 0673aa8

Please sign in to comment.