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:
@@ -157,7 +157,7 @@ public abstract partial class SharedDoAfterSystem : EntitySystem
|
||||
|
||||
if (doAfter.Delay <= TimeSpan.Zero)
|
||||
{
|
||||
Logger.Warning("Awaited instant DoAfters are not supported fully supported");
|
||||
Log.Warning("Awaited instant DoAfters are not supported fully supported");
|
||||
return DoAfterStatus.Finished;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user