locale: reuse "missing player name"

This commit is contained in:
Luke aka SwissalpS
2024-09-15 01:35:25 +02:00
parent 44d01cc834
commit 827751f562
3 changed files with 1 additions and 3 deletions

View File

@@ -506,7 +506,7 @@ local function handle_command(name, param)
local target = params[2]
local faction_name = params[3]
if not target then
return false, S("Missing target.")
return false, S("Missing player name.")
elseif not faction_name then
return false, S("Missing faction name.")
elseif facts[faction_name] == nil then