forked from mtcontrib/factions
Fixed brackets bug
This commit is contained in:
parent
2d7237692a
commit
4c3e5025d6
|
@ -540,8 +540,8 @@ factions.register_command("free", {
|
||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
factionsm.register_command("chat", {
|
factions.register_command("chat", {
|
||||||
description = "Send a message to your faction's members"
|
description = "Send a message to your faction's members",
|
||||||
on_success = function(player, faction, pos, chunkpos, args)
|
on_success = function(player, faction, pos, chunkpos, args)
|
||||||
local msg = table.concat(args.other, " ")
|
local msg = table.concat(args.other, " ")
|
||||||
faction:broadcast(msg, player)
|
faction:broadcast(msg, player)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user