Add AFK tracking system.
Allows us to see which players have not done any input and can be considered AFK.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration.Managers;
|
||||
using Content.Server.Afk;
|
||||
using Content.Server.AI.Utility;
|
||||
using Content.Server.AI.Utility.Considerations;
|
||||
using Content.Server.AI.WorldState;
|
||||
@@ -62,6 +63,7 @@ namespace Content.Server.IoC
|
||||
IoCManager.Register<IVoteManager, VoteManager>();
|
||||
IoCManager.Register<INpcBehaviorManager, NpcBehaviorManager>();
|
||||
IoCManager.Register<IPlayerLocator, PlayerLocator>();
|
||||
IoCManager.Register<IAfkManager, AfkManager>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user