Ver Fonte

gateways: don't buy IMM

raylu há 1 mês atrás
pai
commit
4a70f1cd31
1 ficheiros alterados com 1 adições e 1 exclusões
  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>