Update
This commit is contained in:
@@ -7,12 +7,14 @@
|
||||
slotsperrow=1
|
||||
while slotsperrow * slotsperrow < capacity do
|
||||
slotsperrow = slotsperrow + 1
|
||||
end' \
|
||||
'**/*.xml'
|
||||
|
||||
modify \
|
||||
'<Containable!any(\s?excludeditems="[^"]+")' \
|
||||
'print(s1) s1=""
|
||||
end
|
||||
files:
|
||||
- '**/*.xml'
|
||||
|
||||
- name: excludeditems
|
||||
regex: <Containable!any(\s?excludeditems="[^"]+")
|
||||
lua: |
|
||||
s1 = ""
|
||||
files:
|
||||
- '**/*.xml'
|
||||
|
||||
|
Reference in New Issue
Block a user