diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 21:45:16 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2025-09-28 21:45:16 -0400 |
commit | 0e7d422469253be961cef9b3aeecbf3e213da1ea (patch) | |
tree | 39382d4471208493f4c4264eea985d5e2a44349d /data/maps/the_great | |
parent | 4735d02a35ffa4405b7fb132e6b766f171b25e2c (diff) | |
download | lingo2-archipelago-0e7d422469253be961cef9b3aeecbf3e213da1ea.tar.gz lingo2-archipelago-0e7d422469253be961cef9b3aeecbf3e213da1ea.tar.bz2 lingo2-archipelago-0e7d422469253be961cef9b3aeecbf3e213da1ea.zip |
Fixed CC gray door receiver (again)
Diffstat (limited to 'data/maps/the_great')
-rw-r--r-- | data/maps/the_great/doors.txtpb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/the_great/doors.txtpb b/data/maps/the_great/doors.txtpb index abbbc11..628715f 100644 --- a/data/maps/the_great/doors.txtpb +++ b/data/maps/the_great/doors.txtpb | |||
@@ -60,7 +60,7 @@ doors { | |||
60 | doors { | 60 | doors { |
61 | name: "Control Center Gray Door" | 61 | name: "Control Center Gray Door" |
62 | type: CONTROL_CENTER_COLOR | 62 | type: CONTROL_CENTER_COLOR |
63 | receivers: "Components/Doors/Gates/Gate" | 63 | receivers: "Components/Doors/Gates/Gate/animationListener" |
64 | control_center_color: "gray" | 64 | control_center_color: "gray" |
65 | } | 65 | } |
66 | doors { | 66 | doors { |