mirror of
https://github.com/minetest/minetest.git
synced 2025-07-06 01:40:21 +02:00
Fix buttons not working for Lua-triggered formspecs
This commit is contained in:
@ -179,6 +179,7 @@ struct ClientEvent
|
||||
} deathscreen;
|
||||
struct{
|
||||
std::string* formspec;
|
||||
std::string* formname;
|
||||
} show_formspec;
|
||||
struct{
|
||||
} textures_updated;
|
||||
|
Reference in New Issue
Block a user