Skip to content

Commit

Permalink
Cleanup: remove useless "cvar" attribute from <dataselect>
Browse files Browse the repository at this point in the history
  • Loading branch information
slipher committed Oct 1, 2024
1 parent ae0b43d commit 118eb8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/unvanquished_src.dpkdir/ui/callvote_map.rml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h3><translate>Method</translate></h3>
</row>
<row>
<dataselect source="mapList.default" fields="mapName" valuefield="mapLoadName" name="map" cvar="ui_dialogCvar1"/>
<dataselect source="mapList.default" fields="mapName" valuefield="mapLoadName" name="map" />
<h3><translate>Map</translate></h3>
</row>

Expand Down
2 changes: 1 addition & 1 deletion pkg/unvanquished_src.dpkdir/ui/server_create.rml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</row>

<row id="maplist">
<dataselect source="mapList.default" fields="mapName" valuefield="mapLoadName" name="map" cvar="ui_dialogCvar1"/>
<dataselect source="mapList.default" fields="mapName" valuefield="mapLoadName" name="map" />
<h3><translate>Map</translate></h3>
</row>

Expand Down

0 comments on commit 118eb8e

Please sign in to comment.