Minetest-WorldEditAdditions/worldeditadditions_core/utils/notify
Starbeamrainbowlabs 6ef17fed27
core/notify: fix crash in suppression system
`local globalstate` is initialised to have the field `suppressed_players`, but the non-existent field `suppress` is requested, resulting in operations on nil rather than the expected table. This causes the aforementioned crash.

This commit fixes this issue.
2024-10-17 02:25:31 +01:00
..
notify.lua core/notify: fix crash in suppression system 2024-10-17 02:25:31 +01:00
validate.lua Notify, Notify.validate: correct docblock comments so they work with moondoc 2024-10-15 22:36:47 +01:00