Fix a bunch of logger warnings (#17691)
This commit is contained in:
@@ -30,7 +30,7 @@ public abstract partial class SharedMoverController
|
||||
{
|
||||
if (uid == relayEntity)
|
||||
{
|
||||
Logger.Error($"An entity attempted to relay movement to itself. Entity:{ToPrettyString(uid)}");
|
||||
Log.Error($"An entity attempted to relay movement to itself. Entity:{ToPrettyString(uid)}");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user