Fix a bunch of logger warnings (#17691)
This commit is contained in:
@@ -20,7 +20,7 @@ public sealed class MutationSystem : EntitySystem
|
||||
{
|
||||
if (!seed.Unique)
|
||||
{
|
||||
Logger.Error($"Attempted to mutate a shared seed");
|
||||
Log.Error($"Attempted to mutate a shared seed");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user