Fix compile error (#1298, #1302)

This commit is contained in:
ORelio 2020-10-30 22:50:48 +01:00
parent b86444b2a6
commit d3ea597dd1

View file

@ -171,7 +171,7 @@ namespace MinecraftClient
this.username = user; this.username = user;
this.host = server_ip; this.host = server_ip;
this.port = port; this.port = port;
this.protocolVersion = protocolversion; this.protocolversion = protocolversion;
if (!singlecommand) if (!singlecommand)
{ {