Fixed typo

master
IhrFussel 2018-02-03 14:47:33 +01:00
parent a65c88069e
commit 89924d2aca
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ minetest.register_entity("freeze:fe", {
if scope == "public" then
minetest.chat_send_all("*** "..trap.." can move again.")
else
minetest.chat_send_player(trap,"You cannot move now again.")
minetest.chat_send_player(trap,"You can move now again.")
end
trap = nil