summaryrefslogtreecommitdiff
path: root/extras/connection_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'extras/connection_helper.py')
-rw-r--r--extras/connection_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/connection_helper.py b/extras/connection_helper.py
index e116347c..1eab1df2 100644
--- a/extras/connection_helper.py
+++ b/extras/connection_helper.py
@@ -56,7 +56,7 @@ def print_connections(map_id, in_connection_id=None, do_output=False):
shift = result
calculated = map2_blocks_pointer + shift
output += "shift: " + str(shift) + "\n"
- formula += "Blocks + " + str(shift)
+ formula += " + " + str(shift)
elif direction == "WEST":
calculated = map2_blocks_pointer - 3 + (map2_width)
result = connected_pointer - calculated