Schema should allow debug attribute on saved games.

This commit is contained in:
Mike Pope 2017-02-12 12:17:52 +10:30
parent 05711b1781
commit 40feb4387e
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<xs:element ref="aiMain" />
</xs:choice>
<xs:attribute name="debug" type="xs:string" use="optional" />
<xs:attribute name="owner" type="xs:string" use="required" />
<xs:attribute name="publicServer" type="xs:boolean" use="required" />
<xs:attribute name="singleplayer" type="xs:boolean" use="required" />