[Client] Fix typos in comments about marking InterpreterContext types

pull/593/head
David Cernat 5 years ago
parent b527ca7e5d
commit d86e744250

@ -110,7 +110,7 @@ void OMW::Engine::executeLocalScripts()
/*
Start of tes3mp addition
Mark this InterpreterContext as having a CONSOLE context,
Mark this InterpreterContext as having a SCRIPT_LOCAL context,
so that packets sent by the Interpreter can have their
origin determined by serverside scripts
*/

@ -258,7 +258,7 @@ namespace MWDialogue
/*
Start of tes3mp addition
Mark this InterpreterContext as having a CONSOLE context,
Mark this InterpreterContext as having a DIALOGUE context,
so that packets sent by the Interpreter can have their
origin determined by serverside scripts
*/

@ -172,7 +172,7 @@ namespace MWScript
/*
Start of tes3mp addition
Mark this InterpreterContext as having a GLOBAL_SCRIPT context,
Mark this InterpreterContext as having a SCRIPT_GLOBAL context,
so that packets sent by the Interpreter can have their
origin determined by serverside scripts
*/

Loading…
Cancel
Save