From: MaxSMokeSkaarj Date: Tue, 18 Mar 2025 10:37:42 +0000 (+1000) Subject: localbuild fix X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=4d7db5d334de935d77c3a53abe0c3c71f8ac8113;p=space-station-14.git localbuild fix --- diff --git a/Corvax-SS14 b/Corvax-SS14 index f236ed421a..bd101a1ce0 160000 --- a/Corvax-SS14 +++ b/Corvax-SS14 @@ -1 +1 @@ -Subproject commit f236ed421a7eb0778ddd444b118a4d59ff87e4c7 +Subproject commit bd101a1ce004d4cc6e8b1dbbebb81980657a0e31 diff --git a/Tools/publish_multi_request_local.py b/Tools/publish_multi_request_local.py index fac0400857..75630dbf74 100755 --- a/Tools/publish_multi_request_local.py +++ b/Tools/publish_multi_request_local.py @@ -15,7 +15,7 @@ RELEASE_DIR = "release" # CONFIGURATION PARAMETERS # Forks should change these to publish to their own infrastructure. # -ROBUST_CDN_URL = "http://192.168.255.254:27690/" +ROBUST_CDN_URL = "http://192.168.1.2:27690/" FORK_ID = "main" def main():