Quote (chsdavid @ Nov 2 2021 07:15pm)
how do you check/and how do you join other ip?
I check using netstat with administrator powershell. Only way to get on other lobby is to keep relaunching.
With this command:
netstat -anob | Select-String -Pattern D2R.exe -Context 1,0 | findstr :443 | findstr ESTABLISHED
This post was edited by RedResurrection on Nov 2 2021 08:16pm