mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
* squashed: [Client-sided scripting] Don't register functions that don't work. (#5091)
This commit is contained in:
@@ -557,6 +557,11 @@ public:
|
||||
|
||||
void makeScreenshot(IrrlichtDevice *device);
|
||||
|
||||
inline void pushToChatQueue(const std::wstring &input)
|
||||
{
|
||||
m_chat_queue.push(input);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
// Virtual methods from con::PeerHandler
|
||||
|
Reference in New Issue
Block a user