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
there may be a bug here
CnCNet DLL for Command and Conquer: Yuri's Revenge using Syringe - CnCNet/yrpp-spawner
yrpp-spawner/src/Spawner/Spawner.cpp at b2ad0ca...
i verified this line against ts-patches and it seems to be the same there
here the player's port is passed through htons
then compared to ListenPort which was not passed through htons
thus by logic they will never be equal?
so part hack is effectively forced to false
if i understand it correctly