Skip to content

Commit

Permalink
v 0.3.3 UVs
Browse files Browse the repository at this point in the history
  • Loading branch information
st4bel committed Mar 10, 2021
1 parent 41c810e commit 1b8a12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DS_Raussteller.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* V 0.3.3: UV support
*/

var _version = "0.3.2";
var _version = "0.3.3";
var _Anleitungslink = "http://blog.ds-kalation.de/?p=68";
var _UpdateLink = "https://github.com/st4bel/DS_Raussteller/releases";

Expand Down Expand Up @@ -129,7 +129,7 @@ $(function(){
// if UV
var uv = "";
if(getPageAttribute("t")!="0"){
uv = "t=" + getPageAttribute("t");
uv = "t=" + getPageAttribute("t") + "&";
}

var link = "/game.php?+"+uv+"+village="+v_id+"&screen=place&x="+planned_atts[v_id][i].koords.x+"&y="+planned_atts[v_id][i].koords.y+"&raus=1";
Expand Down

0 comments on commit 1b8a12c

Please sign in to comment.