From 2b0aa5fd9534595d5c292d14a9b80232f758f3ed Mon Sep 17 00:00:00 2001 From: sys4 Date: Mon, 30 Dec 2019 03:30:48 +0100 Subject: [PATCH] Rectifie l'aide --- chatcommands.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/chatcommands.lua b/chatcommands.lua index 6f85051..e477d00 100755 --- a/chatcommands.lua +++ b/chatcommands.lua @@ -456,6 +456,7 @@ function factions_chat.show_help(playername) MSG("\tAdmin commands:") MSG("\t\t/factions create -> create a new faction") MSG("\t\t/factions delete -> delete a faction") + MSG("\t\t/factions join -> join player to faction") MSG("\t\t/factions leave -> remove player from faction") MSG("\t\t/factions invite -> invite player to faction") MSG("\t\t/factions set_free -> set faction free to join")