Fix a bunch of logger warnings (#17691)
This commit is contained in:
@@ -653,7 +653,7 @@ public abstract class SharedDoorSystem : EntitySystem
|
||||
|
||||
case DoorState.Welded:
|
||||
// A welded door? This should never have been active in the first place.
|
||||
Logger.Error($"Welded door was in the list of active doors. Door: {ToPrettyString(door.Owner)}");
|
||||
Log.Error($"Welded door was in the list of active doors. Door: {ToPrettyString(door.Owner)}");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user