i'm sorrry!!!

This commit is contained in:
lllllllllwith10ls 2023-09-30 19:21:39 -05:00
parent 8dd72ecda8
commit fc3c2504fb
1 changed files with 1 additions and 6 deletions

View File

@ -104,12 +104,7 @@
// If it doesn't exist, create an empty array.
enabledMods = localStorage.getItem("enabledMods") ? JSON.parse(localStorage.getItem("enabledMods")) : [];
// Run all scripts in the enabledMods array, if it fails print to console
</script>
<script src="mods/neutronium_compressor.js"></script>
<script>
for (var i = 0; i < enabledMods.length; i++) {
for (var i = 0; i < enabledMods.length; i++) {
try {
var script = document.createElement('script');
var src = enabledMods[i];