Prevent warning

This commit is contained in:
Emik 2026-03-15 03:47:31 +01:00
parent 5c76ee60d2
commit bea00f493b
Signed by: emik
GPG key ID: 6B0CD72A5E503BDF
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
"author": [
"Emik"
],
"version": "2.1.2",
"version": "2.1.3",
"badge_colour": "8BE9FD",
"main_file": "src/main.lua",
"badge_text_colour": "44475A",

View file

@ -5,7 +5,7 @@ f {"challenge", "spectral", "edition", "tweaks", "blind", "charm", "joker", "bac
assert(SMODS.load_file("src/" .. v .. ".lua"))(qol)
end)
if Balatest then
if _G["Balatest"] then
f {"joker", "blind", "spectral"}:each(function(v)
assert(SMODS.load_file("src/tests/" .. v .. ".tests.lua"))(qol)
end)