mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 15:11:36 -04:00
[Client] Fix typos in comments about marking InterpreterContext types
This commit is contained in:
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…
x
Reference in New Issue
Block a user