瀏覽代碼

gateways: don't buy IMM

raylu 1 月之前
父節點
當前提交
4a70f1cd31
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      www/gateways.html

+ 1 - 1
www/gateways.html

@@ -52,7 +52,7 @@
 			'IMM': 8,
 		}
 		const buy = new Set([
-			'ADS', 'AMM', 'BBH', 'BSE', 'COM', 'GAL', 'HE', 'IMM', 'NE', 'O', 'SEA',
+			'ADS', 'AMM', 'BBH', 'BSE', 'COM', 'GAL', 'HE', 'NE', 'O', 'SEA',
 		])
 		setupProduction(blueprint, buy, 'NC1', 80, document.querySelector('#gateways'));
 	</script>