a-b: add script_namespace

This commit is contained in:
garret 2022-11-06 03:33:28 +00:00
parent 6e476859c0
commit 0e409d9fa3
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
script_name = "A-B"
script_description = "makes checking pre-timing possible."
script_author = "garret"
script_version = "2.1.0"
script_version = "2.1.1"
script_namespace = "garret.a-b"
local haveDepCtrl, DependencyControl, depctrl = pcall(require, "l0.DependencyControl")
if haveDepCtrl then