Fix playtime tracker (#20014)
This commit is contained in:
@@ -19,6 +19,7 @@ public sealed class JobSystem : SharedJobSystem
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
SubscribeLocalEvent<MindComponent, MindRoleAddedEvent>(MindOnDoGreeting);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user