make StructureScript properly return registry key

This commit is contained in:
dfsek
2021-12-27 15:59:51 -07:00
parent 287c029bda
commit ad7d173b7e
@@ -151,6 +151,6 @@ public class StructureScript implements Structure, Keyed<StructureScript> {
@Override @Override
public RegistryKey getRegistryKey() { public RegistryKey getRegistryKey() {
return null; return id;
} }
} }