Update submodule and apply its breaking change

This commit is contained in:
Emik 2025-04-03 00:50:24 +02:00
parent 99f1f6a86f
commit 7ff6b58d32
Signed by untrusted user who does not match committer: emik
GPG key ID: 09CDFF9E5703688D
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
"name": "Roland",
"prefix": "Roland",
"author": ["Emik"],
"version": "1.2.3",
"version": "1.2.4",
"badge_colour": "8BE9FD",
"main_file": "src/main.lua",
"badge_text_colour": "44475A",

@ -1 +1 @@
Subproject commit cc828ff97cbb01ff3a46f303b613429a7bae3171
Subproject commit 5954713389e218b093dafd6121828de978af1dc2

View file

@ -1,4 +1,4 @@
assert(SMODS.load_file("src/LuaFunctional/functional.lua"))()
F = SMODS.load_file("src/LuaFunctional/functional.lua")
assert(SMODS.load_file("src/challenge.lua"))()
assert(SMODS.load_file("src/spectral.lua"))()
assert(SMODS.load_file("src/blind.lua"))()