mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
parent
94c294bfdc
commit
014a1a0805
1 changed files with 4 additions and 4 deletions
|
@ -121,8 +121,7 @@ struct TextDestPlayerInventory : public TextDest
|
|||
|
||||
struct LocalFormspecHandler : public TextDest
|
||||
{
|
||||
LocalFormspecHandler(const std::string &formname):
|
||||
m_client(NULL)
|
||||
LocalFormspecHandler(const std::string &formname)
|
||||
{
|
||||
m_formname = formname;
|
||||
}
|
||||
|
@ -174,10 +173,11 @@ struct LocalFormspecHandler : public TextDest
|
|||
}
|
||||
|
||||
// Don't disable this part when modding is disabled, it's used in builtin
|
||||
if (m_client && m_client->getScript())
|
||||
m_client->getScript()->on_formspec_input(m_formname, fields);
|
||||
}
|
||||
|
||||
Client *m_client;
|
||||
Client *m_client = nullptr;
|
||||
};
|
||||
|
||||
/* Form update callback */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue