Skip to content

Conversation

@Tranq1
Copy link

@Tranq1 Tranq1 commented Jan 15, 2022

This bugfix fixes two scenarios:

The first one occurred when the script was stopped after the first label arrived but while still waiting out the 500ms pause, which would lead to the _onLabelMessage action not being removed and thus blocking all messages from showing for the serial that was last polled by getlabel.

The second, more serious one would occur if the script was stopped before the first label arrived, thus leaving the state at WAITING_FOR_FIRST_LABEL. This would lead to the command returning false and being stuck in a loop until the client is restarted.

Jaedan and others added 30 commits August 15, 2021 21:29
Stop using the ConfigurationManager because that file changes when the
program is run. This makes it difficult for launchers to ship good
settings files.
This allows us to shift a bunch of code out of the packet handlers and
into the individual files that handle each of these features.
fix dummy save

Fix getName
Marcin Dyrka and others added 27 commits August 15, 2021 21:29
They just return -1.

This partially fixes UOOutlands#32.
To get local variables, just put unsetvar at the end of the script.

Fixes UOOutlands#37
Dead feature. Hasn't been used in a decade.
rename expresson blessed with invul
…d after stopping the script while waiting for label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant