mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Syntax
This commit is contained in:
parent
fe32557a38
commit
7b9066832b
@ -372,9 +372,9 @@ static bool WeaveAssemblies(IEnumerable<string> assemblies, IEnumerable<string>
|
||||
|
||||
try
|
||||
{
|
||||
foreach (string ass in assemblies)
|
||||
foreach (string asm in assemblies)
|
||||
{
|
||||
if (!Weave(ass, unityAssembly, mirrorAssembly, dependencies, unityEngineDLLPath, mirrorNetDLLPath, outputDir))
|
||||
if (!Weave(asm, unityAssembly, mirrorAssembly, dependencies, unityEngineDLLPath, mirrorNetDLLPath, outputDir))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user