Kicking AFK players (#12812)
* Kicking AFK players * Set correct CCvar values
This commit is contained in:
@@ -1149,6 +1149,12 @@ 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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user