You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 16, 2025. It is now read-only.
varhtml='<div class="row info-body-row"><strong>Position:</strong> X {'+objectRef.position.x.toFixed(2)+"} Y {"+objectRef.position.y.toFixed(2)+"} Z {"+objectRef.position.z.toFixed(2)+"}</div>";
96
96
@@ -101,8 +101,8 @@ function createMarker(animated, draggable, objectRef, title) {
varhtml='<div class="row info-body-row"><strong>Position:</strong> X {'+plr.pos.x.toFixed(2)+"} Y {"+plr.pos.y.toFixed(2)+"} Z {"+plr.pos.z.toFixed(2)+"}</div>";
281
281
for(varkeyinplr){
282
-
//console.log("found key: "+ key);
282
+
//console._log("found key: "+ key);
283
283
if(key=="name"||key=="pos"||key=="icon"){// I should probably turn this into a array or something
284
284
continue;// We're already displaying this info
285
285
}
@@ -299,7 +299,7 @@ function getPlayerInfoHtml(plr) {
299
299
functiondoPlayerUpdate(players){
300
300
301
301
if(config.debug){
302
-
console.log(players);
302
+
console._log(players);
303
303
}
304
304
305
305
players.forEach(function(plr){
@@ -329,7 +329,7 @@ function doPlayerUpdate(players) {
Copy file name to clipboardExpand all lines: js/src/version-check.2.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ $(document).ready(function () {
34
34
message: `An update is available (${window.version} -> ${p["interface"]}). Please download it <a style='color: #000;' href='https://github.com/TGRHavoc/live_map-interface'>HERE.</a>`
0 commit comments