mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Fix typo
This commit is contained in:
parent
5129a78a6a
commit
20132046eb
@ -1609,7 +1609,7 @@ static bool CheckSyncListStruct(TypeDefinition td)
|
||||
|
||||
bool didWork = false;
|
||||
|
||||
// are ANY parent clasess SyncListStruct
|
||||
// are ANY parent classes SyncListStruct
|
||||
TypeReference parent = td.BaseType;
|
||||
while (parent != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user