mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Update MarkerOps_Base.lua
This commit is contained in:
parent
ad16c6d44f
commit
e9d3c7c2e7
@ -61,7 +61,7 @@ function MARKEROPS_BASE:New(Tagname,Keywords)
|
||||
self.lid=string.format("MARKEROPS_BASE %s | ", tostring(self.version))
|
||||
|
||||
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
|
||||
|
||||
-----------------------
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user