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
if you call computer.beep(string.rep("-", 1024)), then everyone who was standing next to the computer will continue to hear this sound even if they move away from the computer(the sound will be heard even if you break the computer)
The text was updated successfully, but these errors were encountered:
igorkll
changed the title
eternal beep sound
eternal beep sound (1.12.2)
Oct 12, 2023
I am not a developer for this project but there appears to be no limit on the length of a beep code and it appears to be sent all at once which matches up with the behavior you observed of still hearing the sound even after breaking the block. One solution would be to add a config option with a default reasonable maximum value for the length of beep codes.
if you call computer.beep(string.rep("-", 1024)), then everyone who was standing next to the computer will continue to hear this sound even if they move away from the computer(the sound will be heard even if you break the computer)
The text was updated successfully, but these errors were encountered: