- Set fake lag to `0`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-03 14:41:24 +02:00
parent d59a538851
commit ebe50679b7
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ void main(string[] args)
ConnectionInfo connInfo = ConnectionInfo.newConnection(config.serverAddr, cast(ushort)config.serverPort, "bottyng", "doggie", "Tristan B. Kildaire");
// // Set the fakelag to 1 second
// connInfo.setFakeLag(1);
connInfo.setFakeLag(0);
Bot botty = new Bot(connInfo, config);