Update slowmo message
This commit is contained in:
parent
f94d441b6d
commit
8d821607a8
3
init.lua
3
init.lua
@ -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
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user