Fixes scripts not working.

This commit is contained in:
hondacrx
2022-06-22 01:05:46 -04:00
parent 8b1e02759a
commit 86d7394010
+1 -1
View File
@@ -11957,7 +11957,7 @@ namespace Game
IndexToName.Add(entry);
}
return entry.Id;
return NameToIndex[scriptName].Id;
}
public int GetSize()