-using Content.Shared.Roles;
using Content.Shared.Roles.Jobs;
namespace Content.Client.Roles;
+++ /dev/null
-using Content.Shared.Roles.Jobs;
-
-namespace Content.Client.Roles.Jobs;
-
-public sealed class JobSystem : SharedJobSystem
-{
-}
if (!_tracking.TryGetTrackerTimes(player, out var playTimes))
{
// Sorry mate but your playtimes haven't loaded.
- Logger.ErrorS("playtime", $"Playtimes weren't ready yet for {player} on roundstart!");
+ Log.Error($"Playtimes weren't ready yet for {player} on roundstart!");
playTimes ??= new Dictionary<string, TimeSpan>();
}
public override void Initialize()
{
+ base.Initialize();
SubscribeLocalEvent<MindComponent, MindRoleAddedEvent>(MindOnDoGreeting);
}