Fix a bunch of logger warnings (#17691)
This commit is contained in:
@@ -30,7 +30,7 @@ public sealed class StepTriggerSystem : EntitySystem
|
||||
return;
|
||||
|
||||
if (!TryComp(uid, out FixturesComponent? fixtures) || fixtures.FixtureCount == 0)
|
||||
Logger.Warning($"{ToPrettyString(uid)} has an active step trigger without any fixtures.");
|
||||
Log.Warning($"{ToPrettyString(uid)} has an active step trigger without any fixtures.");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user