I can also see and play servers from that IP.
But that specific port is not on my server list and I can not connect to it...
What is this I don't even... ?!
::Made by eRazeri
@echo off
C:\Windows\System32\mode con cols=50 lines=3 >nul
set /a var=0
:start
echo Running Server Tournament
start "" /wait /HIGH "cs2d_dedicated.exe"
set /a var+=1
cls
echo Server has crashed %var% times, restarting
goto start