diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index f9f3c44..41a40dd 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -1303,8 +1303,8 @@ public class Client : Thread //bonobonet: fd08:8441:e254::5 ConnectionInfo connInfo = ConnectionInfo.newConnection("worcester.community.networks.deavmi.assigned.network", 6667, "birchwood", "doggie", "Tristan B. Kildaire"); - // // Set the fakelag to 1 second - // connInfo.setFakeLag(1); + // Set the fakelag to 1 second (server kicks me for spam me thinks if not) + connInfo.setFakeLag(1); // Create a new Client Client client = new Client(connInfo);