Fixed some things about pull request 99.

Changed LoginOnlyProxy to OnlyForLogin in settings, changed McTcpClient
so I was not using assignment operator. (Was a mistake anyway.)
This commit is contained in:
ZizzyDizzyMC 2015-10-16 04:50:56 -04:00
parent 0b870e2b49
commit a65e632522
2 changed files with 4 additions and 4 deletions

View file

@ -111,7 +111,7 @@ namespace MinecraftClient
try
{
if (Settings.LoginOnlyProxy = true)
if (Settings.OnlyForLogin)
{
client = new TcpClient(host, port);
}