mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Missing space in weaver log message (#2767)
This commit is contained in:
parent
85306691a5
commit
9ff054ade4
@ -145,7 +145,7 @@ static bool WeaveModule(ModuleDefinition moduleDefinition)
|
||||
}
|
||||
}
|
||||
watch.Stop();
|
||||
Console.WriteLine("Weave behaviours and messages took" + watch.ElapsedMilliseconds + " milliseconds");
|
||||
Console.WriteLine("Weave behaviours and messages took " + watch.ElapsedMilliseconds + " milliseconds");
|
||||
|
||||
return modified;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user