You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This previous PR removed the ability for buttons to be pressed by proximity/collision, which broke the Avant-Gardens red buttons that turn the fans off during the monument race. #1655
Using git revert 9e7ef8c , then recompiling the server code, makes the buttons work again when you step on them.
Reproduction Steps
When doing the monument race, step on the red button that's supposed to deactivate the fan.
Expected Behavior
The button will be "pressed" when you step on it, and will turn off the fan so you may proceed.
Environment
Ubuntu, MariaDB, AWS Host
The text was updated successfully, but these errors were encountered:
EmosewaMC
changed the title
BUG: Previous PR broke AG Fan Switches
BUG: AG Fan Switches do not work
Dec 6, 2024
EmosewaMC
added
P-medium
This issue does affect gameplay, but not critically enough that they are unable to play.
and removed
triage
An issue that needs triage
labels
Dec 6, 2024
Make sure you've done the following:
I have checked that this issue has not already been reported.
I have validated that this issue is not a syntax error of either MySQL or SQLite.
I have pulled the latest version of the main branch of DarkflameServer and have confirmed that the issue exists there.
DarkflameServer Version
32a1e5e
Issue Description
This previous PR removed the ability for buttons to be pressed by proximity/collision, which broke the Avant-Gardens red buttons that turn the fans off during the monument race.
#1655
Using git revert 9e7ef8c , then recompiling the server code, makes the buttons work again when you step on them.
Reproduction Steps
When doing the monument race, step on the red button that's supposed to deactivate the fan.
Expected Behavior
The button will be "pressed" when you step on it, and will turn off the fan so you may proceed.
Environment
Ubuntu, MariaDB, AWS Host
The text was updated successfully, but these errors were encountered: