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
varhtml='<div class="row info-body-row"><strong>Position:</strong> X {'+plr.pos.x.toFixed(4)+"} Y {"+plr.pos.y.toFixed(4)+"} Z {"+plr.pos.z.toFixed(4)+"}</div>"
121
118
for(varkeyinplr){
122
-
console.log("found key: "+key);
119
+
//console.log("found key: "+ key);
123
120
if(key=="name"||key=="pos"||key=="icon"){// I should probably turn this into a array or something
124
121
continue;// We're already displaying this info
125
122
}
@@ -136,10 +133,10 @@ function getPlayerInfoHtml(plr){
0 commit comments