Skip to content

Commit

Permalink
Emergency DMAPI fix for downstreams still on TGS5 (#169)
Browse files Browse the repository at this point in the history
* Emergency DMAPI fix for downstreams still on TGS5 (#80653)

There was a double version bump on two branches that got merged, this
feature flag should be in 8

* Emergency DMAPI fix for downstreams still on TGS5

---------

Co-authored-by: Jordan Dominion <[email protected]>
Co-authored-by: NovaBot <[email protected]>
  • Loading branch information
3 people authored and Iajret committed Jan 3, 2024
1 parent 8912b4d commit eaa545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/tgs/v5/bridge.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
var/json = CreateBridgeData(command, data, TRUE)
var/encoded_json = url_encode(json)

var/api_prefix = interop_version.minor >= 7 ? "api/" : ""
var/api_prefix = interop_version.minor >= 8 ? "api/" : ""

var/url = "http://127.0.0.1:[server_port]/[api_prefix]Bridge?[DMAPI5_BRIDGE_DATA]=[encoded_json]"
return url
Expand Down

0 comments on commit eaa545d

Please sign in to comment.