This commit is contained in:
parent
a63df9a3a9
commit
5b6bce01f2
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ public class LoaderHandler {
|
|||
if(response.o == UserHandler.Response.OK.ordinal()) {
|
||||
TCN data = new TCN();
|
||||
data.set("release-branch", "release".equals(response.t.getString("branch")));
|
||||
outputStream.writeString(Tools.mapToString(data.toMap()));
|
||||
|
||||
Map<String, byte[]> classes = null;
|
||||
if("main".equals(response.t.getString("branch")))
|
||||
|
|
Loading…
Add table
Reference in a new issue