multiplayer-community-contributions icon indicating copy to clipboard operation
multiplayer-community-contributions copied to clipboard

[Facepunch Transport] GET RTT DOES NOTHING!!!

Open Pixel-Gamer opened this issue 1 year ago • 0 comments

in the script for Facepunch transport it just returns a 0 always no code or anything

public override unsafe ulong GetCurrentRtt(ulong clientId) { return 0; }

Pixel-Gamer avatar Feb 06 '24 18:02 Pixel-Gamer