Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit b4665c4

Browse files
committed
Merge branch 'ongoing' of https://github.com/SPCodeOrg/SPCode into ongoing
2 parents e82a87e + e3d9f70 commit b4665c4

File tree

1 file changed

+1
-1
lines changed
  • SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition

1 file changed

+1
-1
lines changed

SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition/SMMethodmap.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public override List<ACNode> ProduceNodes(SMDefinition smDef)
2020
if (inheritedType.Length == 0)
2121
break;
2222

23-
var mm = smDef.Methodmaps.Find(e => e.Name == InheritedType);
23+
var mm = smDef.Methodmaps.Find(e => e.Name == inheritedType);
2424
if (mm == null)
2525
break;
2626

0 commit comments

Comments
 (0)