also print ATC reverse command warning

and move atc_command.txt at a better place
master
orwell96 2017-01-04 21:49:16 +01:00
parent bf68c6f0d5
commit c0957b8a31
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -190,7 +190,7 @@ local matchptn={
train.movedir=train.movedir*-1
train.atc_arrow = not train.atc_arrow
else
atprint("ATC Reverse command warning: didn't reverse train!")
minetest.chat_send_all("ATC Reverse command warning: didn't reverse train!")
end
return 1
end,