Ustr test fix fin 2...

This commit is contained in:
Charlotte Tezuka
2026-05-10 15:45:28 +02:00
parent f7c5c51b09
commit 71b23596d3
@@ -314,7 +314,7 @@ public sealed class PlayTimeTrackingSystem : EntitySystem
}
catch (KeyNotFoundException e)
{
Log.Error("GetDisallowedJobs break everything. IDK why. Kill me pls.");
Log.Error("GetDisallowedJobs break everything. IDK why. Kill me pls. Exeption: {e.Message}");
return null;
}
}