From 78efedc1524022d313f269f5d7c2fa19a235ae0b Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Fri, 7 Jun 2019 22:38:55 +0100 Subject: [PATCH] added name --- Altis_Life.Altis/core/functions/fn_commandHandler.sqf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Altis_Life.Altis/core/functions/fn_commandHandler.sqf b/Altis_Life.Altis/core/functions/fn_commandHandler.sqf index 9408332..755ff65 100644 --- a/Altis_Life.Altis/core/functions/fn_commandHandler.sqf +++ b/Altis_Life.Altis/core/functions/fn_commandHandler.sqf @@ -1,5 +1,10 @@ - - +/** + * Copyright© Benjamin Kyd 2019 + * fn_commandHandler.sqf + * + * Handles command input from keyHandler and calls the registered + * command if it exists + */ systemChat "Chat Key pressed";