Update MarkerOps_Base.lua

This commit is contained in:
Applevangelist 2021-05-05 19:02:46 +02:00 committed by GitHub
parent ad16c6d44f
commit e9d3c7c2e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ function MARKEROPS_BASE:New(Tagname,Keywords)
self.lid=string.format("MARKEROPS_BASE %s | ", tostring(self.version)) self.lid=string.format("MARKEROPS_BASE %s | ", tostring(self.version))
self.Tag = Tagname or "mytag"-- #string self.Tag = Tagname or "mytag"-- #string
self.Keywords = Keywords or {} -- #table self.Keywords = Keywords or {} -- #table - might want to use lua regex here, too
self.debug = false self.debug = false
----------------------- -----------------------