cp fix
This commit is contained in:
parent
3fe84e302f
commit
2c6426e112
|
|
@ -1,7 +1,7 @@
|
||||||
var modName = "mods/controllable_pixel_test.js";
|
var modName = "mods/controllable_pixel_test.js";
|
||||||
var libraryMod = "mods/code_library.js";
|
var libraryMod = "mods/code_library.js";
|
||||||
|
|
||||||
if(enabledMods.includes(explodeAtPlusMod) && enabledMods.includes(libraryMod)) {
|
if(enabledMods.includes(libraryMod)) {
|
||||||
sussyKey = null;
|
sussyKey = null;
|
||||||
isShift = false;
|
isShift = false;
|
||||||
isAlt = false;
|
isAlt = false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue