Various fixes [stage]

This commit is contained in:
crschnick
2024-06-26 12:16:06 +00:00
parent 7f0d9746d1
commit 9d4903e665
26 changed files with 76 additions and 42 deletions

View File

@@ -23,7 +23,7 @@ public class XPipeInstallation {
.orElse(false);
public static int getDefaultBeaconPort() {
var offset = isStaging() ? 2 : 0;
var offset = isStaging() ? 1 : 0;
return 21721 + offset;
}