mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50: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 +
|
||||
"] is not a valid type, please make sure to use a valid type.");
|
||||
Weaver.fail = true;
|
||||
fail = true;
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user