remove reference to deprecated mod
This commit is contained in:
parent
9c573ee97a
commit
b08c91662e
|
|
@ -1,6 +1,3 @@
|
|||
if(enabledMods.includes("mods/a_mod_by_alice.js")) {
|
||||
logMessage("cursor_shapes.js is redundant with a_mod_by_alice.js")
|
||||
} else {
|
||||
currentShape = "square";
|
||||
shapeOrder = ["square","circle","triangle","inverted triangle","rhombus","squircle","twinkle","slash","backslash"];
|
||||
shapeExclusionConditions = {
|
||||
|
|
@ -150,4 +147,3 @@ if(enabledMods.includes("mods/a_mod_by_alice.js")) {
|
|||
logMessage(`Current shape: ${currentShape}`)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue