Revert "Kicking AFK players (#12812)" (#12909)

This reverts commit ca260ee666.
This commit is contained in:
Kara
2022-12-07 08:07:58 -06:00
committed by GitHub
parent 8ad010ea9b
commit 8bf0d16fad
3 changed files with 4 additions and 29 deletions

View File

@@ -1161,12 +1161,6 @@ namespace Content.Shared.CCVar
public static readonly CVarDef<float> AfkTime =
CVarDef.Create("afk.time", 60f, CVar.SERVERONLY);
/// <summary>
/// How long seconds a client can go after being detected as AFK before being kicked.
/// </summary>
public static readonly CVarDef<float> AfkKickTime =
CVarDef.Create("afk.kick_time", 600f, CVar.SERVERONLY);
/*
* IC
*/