Advertisement
ubigab

Untitled

Feb 7th, 2019
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Object.entries(playerDetails) .filter(p => p[1].pid !== Number(window.myPid) && p[1].teamHash === window.md5($("#team_name").val()) && p[1].hat !== "https://havis.tk/img/teamindicator.png") .forEach(h => h[1].hat = "https://havis.tk/img/teamindicator.png");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement