Update submodule and apply its breaking change
This commit is contained in:
parent
99f1f6a86f
commit
7ff6b58d32
3 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"name": "Roland",
|
"name": "Roland",
|
||||||
"prefix": "Roland",
|
"prefix": "Roland",
|
||||||
"author": ["Emik"],
|
"author": ["Emik"],
|
||||||
"version": "1.2.3",
|
"version": "1.2.4",
|
||||||
"badge_colour": "8BE9FD",
|
"badge_colour": "8BE9FD",
|
||||||
"main_file": "src/main.lua",
|
"main_file": "src/main.lua",
|
||||||
"badge_text_colour": "44475A",
|
"badge_text_colour": "44475A",
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit cc828ff97cbb01ff3a46f303b613429a7bae3171
|
Subproject commit 5954713389e218b093dafd6121828de978af1dc2
|
||||||
|
|
@ -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/challenge.lua"))()
|
||||||
assert(SMODS.load_file("src/spectral.lua"))()
|
assert(SMODS.load_file("src/spectral.lua"))()
|
||||||
assert(SMODS.load_file("src/blind.lua"))()
|
assert(SMODS.load_file("src/blind.lua"))()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue