mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
Don't report script operation status via messageBox (Bug #1942)
This commit is contained in:
parent
6eebe9b44c
commit
d955017079
@ -205,7 +205,6 @@ namespace MWScript
|
|||||||
|
|
||||||
void InterpreterContext::report (const std::string& message)
|
void InterpreterContext::report (const std::string& message)
|
||||||
{
|
{
|
||||||
messageBox (message);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool InterpreterContext::menuMode()
|
bool InterpreterContext::menuMode()
|
||||||
|
@ -78,7 +78,7 @@ namespace MWScript
|
|||||||
const std::vector<std::string>& buttons);
|
const std::vector<std::string>& buttons);
|
||||||
|
|
||||||
virtual void report (const std::string& message);
|
virtual void report (const std::string& message);
|
||||||
///< By default echo via messageBox.
|
///< By default, do nothing.
|
||||||
|
|
||||||
virtual bool menuMode();
|
virtual bool menuMode();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user