Comment out unused inventory "Foreach" loop in character PDF XML for cleanup and consistency

This commit is contained in:
Florian 2026-06-13 00:59:57 +02:00
parent fda656b8e3
commit b31fbf76b3

View File

@ -4663,7 +4663,7 @@
<Text>"Gegenstand"</Text> <Text>"Gegenstand"</Text>
</Label> </Label>
<Foreach> <!--<Foreach>
<List>[data.character.print.maininventory]</List> <List>[data.character.print.maininventory]</List>
<Content> <Content>
<Label> <Label>
@ -4679,7 +4679,7 @@
<Text>""</Text> <Text>""</Text>
</Label> </Label>
</Content> </Content>
</Foreach> </Foreach>-->
</Content> </Content>
</TableLayout> </TableLayout>