mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Fix typo.
This commit is contained in:
@@ -29,7 +29,7 @@ def main():
|
||||
|
||||
if not r.ok:
|
||||
if os.path.exists(godotsharp_filename):
|
||||
print("WARNING: Builds server is down, using caches GodotSharp.dll!")
|
||||
print("WARNING: Builds server is down, using cached GodotSharp.dll!")
|
||||
print(r.status_code)
|
||||
exit(0)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user