1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 11:43:22 +02:00
- Set the default send fake lag to 0 seconds (i.e. no send lag)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-06 19:38:07 +02:00
parent 624db020e7
commit 0d38a8439d

View File

@ -102,8 +102,8 @@ public shared struct ConnectionInfo
this.bulkReadSize = bulkReadSize;
this.quitMessage = quitMessage;
// Set the default fakelag to 1
this.fakeLag = 1;
// Set the default fakelag to 0 seconds (no send lag)
this.fakeLag = 0;
// Set the validity mode to easy
this.mode = ChecksMode.EASY;