Update slowmo message

This commit is contained in:
Ezhh 2018-07-03 17:36:09 +01:00
parent f94d441b6d
commit 8d821607a8

View File

@ -58,7 +58,8 @@ minetest.register_chatcommand("slowmo", {
end
slowmo(name, target, speed)
minetest.chat_send_player(target, "Cursed by an admin! You feel sloooooow!")
minetest.chat_send_player(target, "Cursed by an admin! You feel sloooooow! " ..
"(Speed set to ".. speed ..")")
minetest.chat_send_player(name, "Curse successful! "..target.."'s speed set to "..speed)
end
})