@jtff/miztemplate-lib 3.4.16 → 3.4.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1230,7 +1230,7 @@ for index, airbossconfig in ipairs(AirBossConfig) do
1230
1230
  objAirboss:SetAirbossNiceGuy(airbossconfig.enable_niceguy)
1231
1231
  if ( type(airbossconfig.srs) ~= nil ) then
1232
1232
  if ( airbossconfig.srs.useSRS == true) then
1233
- objAirboss:EnableSRS(airbossconfig.srs.path, airbossconfig.srs.port, 'en-US')
1233
+ objAirboss:EnableSRS(airbossconfig.srs.path, serverSRSPort or 5002, 'en-US')
1234
1234
  else
1235
1235
  objAirboss:SetSoundfilesFolder(soundFilesPrefix .. "AIRBOSS/Airboss Soundfiles/")
1236
1236
  if airbossconfig.voices.marshall then
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtff/miztemplate-lib",
3
- "version": "3.4.16",
3
+ "version": "3.4.17",
4
4
  "description": "JTFF mission template library",
5
5
  "main": "index.js",
6
6
  "files": [