Sebastiankay commited on
Commit
4b0cb89
·
verified ·
1 Parent(s): bb9f069

Update templates/map.html

Browse files
Files changed (1) hide show
  1. templates/map.html +1 -1
templates/map.html CHANGED
@@ -1016,7 +1016,7 @@
1016
  // Funktion zum Hinzufügen eines Markers
1017
  function addMarker(x, y, z, timestamp, preview = false, actualmap = false, playername = false, markercolor = false) {
1018
  // Position validieren
1019
- let marker & playername;
1020
  const position = {
1021
  x: parseFloat(x),
1022
  y: parseFloat(y),
 
1016
  // Funktion zum Hinzufügen eines Markers
1017
  function addMarker(x, y, z, timestamp, preview = false, actualmap = false, playername = false, markercolor = false) {
1018
  // Position validieren
1019
+
1020
  const position = {
1021
  x: parseFloat(x),
1022
  y: parseFloat(y),