1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 08:05:18 +02:00

Fix debug.getinfo not being unset in CPCSM (#16506)

regression was introduced in eeb6cab
This commit is contained in:
DS
2025-10-01 12:52:48 +02:00
committed by GitHub
parent 499f2284bd
commit ae35167a5e
6 changed files with 15 additions and 9 deletions

View File

@@ -41,7 +41,7 @@ stds.menu_common = {
},
}
files["builtin/client/register.lua"] = {
files["builtin/client/init.lua"] = {
globals = {
debug = {fields={"getinfo"}},
}