Fix message typo

This commit is contained in:
PlayeRom 2022-08-19 03:43:15 +02:00
parent b1f1ef4a28
commit 459e3a965a

View File

@ -54,7 +54,7 @@ var Aerotow = {
# Return 1 on successful, otherwise 0.
#
restartAerotow: func () {
me.message.success("Aerotow in the way");
me.message.success("Aerotow on the way");
# Stop playing engine sound
setprop(me.addonNodePath ~ "/addon-devel/sound/enable", 0);