Add "-f" to the /move command (#1874)

This commit is contained in:
Daenges 2021-12-29 15:34:40 +01:00 committed by GitHub
parent 259ef80cf9
commit dd3fd3c9d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 17 deletions

View file

@ -310,6 +310,7 @@ cmd.move.moving=Laufe {0}
cmd.move.dir_fail=Kann nicht in diese Richtung laufen.
cmd.move.walk=Gehe nach {0}
cmd.move.fail=Konnte Pfad nach {0} nicht berechnen.
cmd.move.suggestforce=Weg nach {0} konnte nicht berechnet werden. Benutze den -f Parameter, um unsichere Wege zu aktivieren.
# Reco
cmd.reco.desc=Starte neu und verbinde erneut zum Server.

View file

@ -310,6 +310,7 @@ cmd.move.moving=Moving {0}
cmd.move.dir_fail=Cannot move in that direction.
cmd.move.walk=Walking to {0}
cmd.move.fail=Failed to compute path to {0}
cmd.move.suggestforce=Failed to compute a safe path to {0}. Try -f parameter to allow unsafe movements.
# Reco
cmd.reco.desc=restart and reconnect to the server.
@ -503,4 +504,4 @@ bot.scriptScheduler.task=triggeronfirstlogin: {0}\n triggeronlogin: {1}\n trigge
# TestBot
bot.testBot.told=Bot: {0} told me : {1}
bot.testBot.said=Bot: {0} said : {1}
bot.testBot.said=Bot: {0} said : {1}