diff options
Diffstat (limited to 'src/control/Script9.cpp')
-rw-r--r-- | src/control/Script9.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/Script9.cpp b/src/control/Script9.cpp index c936e68f..183f73e7 100644 --- a/src/control/Script9.cpp +++ b/src/control/Script9.cpp @@ -651,7 +651,7 @@ int8 CRunningScript::ProcessCommands1500To1599(int32 command) return 0; } case COMMAND_GET_VECTOR_FROM_MULTIPLAYER: - // SET_VECTOR_PARAM(0, gVectorSetInLua); + SET_VECTOR_PARAM(0, gVectorSetInLua); StoreParameters(&m_nIp, 3); return 0; case COMMAND_PRINT_HELP_ALWAYS: |