((_no, g, message, map) => { window.newOther = (e) => { for(const [id, other] of Object.entries(e)){ if(undefined === g.other[id] && !other.hasOwnProperty("del") && map.pvp === 2){ const {lvl, nick, prof, relation} = other; if(!"cl,cl-fr,fr".includes(relation) || relation === "") { message(`Gracz: ${nick} ${lvl}${prof}`); } } } _no(e); } })(window.newOther, window.g, window.message, window.map)