mirror of
https://github.com/mt-mods/playerfactions.git
synced 2024-11-22 15:23:47 +01:00
removed extra parameter
This commit is contained in:
parent
18eef7c90e
commit
83a63c1335
2
init.lua
2
init.lua
@ -305,7 +305,7 @@ local function handle_command(name, param)
|
|||||||
str_member = str_member..", "..v
|
str_member = str_member..", "..v
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
minetest.chat_send_player(name, S("@1 is in the following factions: @2.", player_name, str_member, str_owner))
|
minetest.chat_send_player(name, S("@1 is in the following factions: @2.", player_name, str_member))
|
||||||
local owned_factions = factions.get_owned_factions(player_name)
|
local owned_factions = factions.get_owned_factions(player_name)
|
||||||
if not owned_factions then
|
if not owned_factions then
|
||||||
minetest.chat_send_player(name, S("This player is the owner of no faction."))
|
minetest.chat_send_player(name, S("This player is the owner of no faction."))
|
||||||
|
Loading…
Reference in New Issue
Block a user