Skip to content

Commit

Permalink
Change web client default tileset search path to data/maps/tileset
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Mar 18, 2024
1 parent 12d4f6b commit 14d7412
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtools/ant_modules/dist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@
</copy>

<replaceregexp file="${build_webclient}/stendhal.html"
match="data-tileset-path=&quot;/tileset&quot;"
match="data-tileset-path=&quot;/data/maps/tileset&quot;"
replace="data-tileset-path=&quot;/data/tileset&quot;"
byline="false"/>

Expand Down
2 changes: 1 addition & 1 deletion srcjs/stendhal.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html data-data-path="/data" data-tileset-path="/tileset" data-ws="/ws/">
<html data-data-path="/data" data-tileset-path="/data/maps/tileset" data-ws="/ws/">
<!--
/***************************************************************************
* (C) Copyright 2014-2024 - Stendhal *
Expand Down

0 comments on commit 14d7412

Please sign in to comment.