mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Don't assign fail twice
This commit is contained in:
parent
162668cce4
commit
0bebc8ce05
@ -1583,7 +1583,6 @@ static public bool IsValidTypeToGenerate(TypeDefinition variable)
|
|||||||
variable.FullName +
|
variable.FullName +
|
||||||
"] is not a valid type, please make sure to use a valid type.");
|
"] is not a valid type, please make sure to use a valid type.");
|
||||||
Weaver.fail = true;
|
Weaver.fail = true;
|
||||||
fail = true;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user