Obsolete Logger cleanup for EntitySystems (#25941)
* Small obsolete Logger cleanup * Fixed three EntitySystem logs that weren't doing it right.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.Administration;
|
||||
using Content.Server.GameTicking;
|
||||
using Content.Server.GameTicking.Events;
|
||||
using Content.Server.Worldgen.Components;
|
||||
@@ -74,7 +74,7 @@ public sealed class WorldgenConfigSystem : EntitySystem
|
||||
return;
|
||||
|
||||
var target = _map.GetMapEntityId(_gameTicker.DefaultMap);
|
||||
Logger.Debug($"Trying to configure {_gameTicker.DefaultMap}, aka {ToPrettyString(target)} aka {target}");
|
||||
Log.Debug($"Trying to configure {_gameTicker.DefaultMap}, aka {ToPrettyString(target)} aka {target}");
|
||||
var cfg = _proto.Index<WorldgenConfigPrototype>(_worldgenConfig);
|
||||
|
||||
cfg.Apply(target, _ser, EntityManager); // Apply the config to the map.
|
||||
|
||||
Reference in New Issue
Block a user