-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
Map name
Cataclysmic Temple: 1.0
Describe the bug
When using the /map command in-game, the author name is displayed as follows.
Based on the information in the GitHub maps.oc.tc Repo,
it appears that the author information may need to be updated accordingly.
Expected behavior
It appears that the XML currently loaded on the server might be as follows
<authors>
<author>a</author>
</authors>If appropriate, perhaps it would be better to update it as follows
<authors>
<author uuid="cad50f71-cff2-4fe4-8122-f8ff520f88eb"/> <!-- Blackholeson -->
<author uuid="0375062d-f6c2-4452-9404-1bbab24b54c4"/> <!-- Queso1297 -->
</authors>Screenshots
No response
Additional context
No response
Reactions are currently unavailable