Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2020-12-24 23:17:42 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ public class RemoteReadGenerator{
}
readBlock.nextControlFlow("catch (java.lang.Exception e)");
readBlock.addStatement("throw new java.lang.RuntimeException(\"Failed to to read remote method '" + entry.element.getSimpleName() + "'!\", e)");
readBlock.addStatement("throw new java.lang.RuntimeException(\"Failed to read remote method '" + entry.element.getSimpleName() + "'!\", e)");
readBlock.endControlFlow();
}

View File

@@ -17,7 +17,7 @@
},
{
"name": "io",
"address": ["mindustry.io", "mindustry.io:1000", "mindustry.io:2000", "mindustry.io:3000"]
"address": ["mindustry.io", "mindustry.io:1000", "mindustry.io:2000", "mindustry.io:3000", "mindustry.io:4000"]
},
{
"name": "ECAN",