Update code/controllers/subsystem/input.dm

This commit is contained in:
S34N
2022-07-13 11:09:19 +01:00
committed by GitHub
parent 3742873187
commit 435ae790da
+1 -1
View File
@@ -1,4 +1,4 @@
///Culling occurs when a client has not pressed a key in over 60 seconds. This can be an AFK player, or someone who's holding a key down. We stop processing their inputs until they press another key down.
///Culling occurs when a client has not pressed a key in over 60 seconds. We stop processing their inputs until they press another key down.
#define AUTO_CULL_TIME 60 SECONDS