Typo fix
This commit is contained in:
@@ -149,6 +149,12 @@ task packrZip(type: Zip) {
|
|||||||
from "packr-out/"
|
from "packr-out/"
|
||||||
archiveName appName + "-" + getPlatform() + "-" + getDeployVersion() + ".zip"
|
archiveName appName + "-" + getPlatform() + "-" + getDeployVersion() + ".zip"
|
||||||
destinationDir(file("packr-export"))
|
destinationDir(file("packr-export"))
|
||||||
|
|
||||||
|
doLast{
|
||||||
|
delete{
|
||||||
|
delete "null/"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
eclipse {
|
eclipse {
|
||||||
|
|||||||
@@ -396,7 +396,7 @@ public class KryoServer implements ServerProvider {
|
|||||||
connect.addressTCP = conn.getRemoteSocketAddress().toString();
|
connect.addressTCP = conn.getRemoteSocketAddress().toString();
|
||||||
KryoConnection kn = new KryoConnection(lastconnection ++, connect.addressTCP, conn);
|
KryoConnection kn = new KryoConnection(lastconnection ++, connect.addressTCP, conn);
|
||||||
|
|
||||||
Log.info("&Recieved web connection: {0} {1}", kn.id, connect.addressTCP);
|
Log.info("&bRecieved web connection: {0} {1}", kn.id, connect.addressTCP);
|
||||||
connections.add(kn);
|
connections.add(kn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user