From a13573f48955df3d0a6a4791e81be0acf897dfc4 Mon Sep 17 00:00:00 2001 From: m2r1k5 <61507029+m2r1k5@users.noreply.github.com> Date: Sun, 23 Jan 2022 23:46:46 +0800 Subject: [PATCH] fix startup crash --- scripts/materials.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/materials.zs b/scripts/materials.zs index 8c2c041..ea234d0 100644 --- a/scripts/materials.zs +++ b/scripts/materials.zs @@ -211,7 +211,7 @@ MaterialRegistry.get("curium").addIngot(); MaterialRegistry.get("berkelium").addIngot(); MaterialRegistry.get("californium").addIngot(); MaterialRegistry.get("einsteinium").addIngot(); -MaterialRegistry.get("graphite").addIngot(); +//MaterialRegistry.get("graphite").addIngot(); MaterialRegistry.get("uranium_235").addFluid(); MaterialRegistry.get("neptunium").addFluid();