Showing 1 changed files with 2 additions and 1 deletions
+2 -1
.fgfs/fgfs_function
... ...
@@ -391,11 +391,12 @@ function fgfs () {
391 391
                     ;;
392 392
                 --fgcom)
393 393
                     if test \
394
-                        -r $FGROOT/Protocol/fgcom-mumble.xml \
394
+                        -r $FGADDON/Addons/fgcom-mumble/FGData/Protocol/fgcom-mumble.xml \
395 395
                      -a -r $HOME/.local/share/Mumble/Mumble/Plugins/fgcom-mumble.so \
396 396
                      -a -h $fgfs_install/mumble/lib/libPocoZip.so \
397 397
                      -a -x $fgfs_install/mumble/bin/mumble; then
398 398
                         nohup sh -c "LD_LIBRARY_PATH=$fgfs_install/mumble/lib $fgfs_install/mumble/bin/mumble" > /dev/null 2>&1 &
399
+                        fgfs_args+=("--addon=$FGADDON/Addons/fgcom-mumble")
399 400
                         fgfs_args+=("--generic=socket,out,10,localhost,16661,udp,fgcom-mumble")
400 401
                     else
401 402
                         echo "can't find protocol definition, or fgcom-mumble plugin"