From 4824e6a5c843c47b77e8bc08e2dec52a0e9f2ef5 Mon Sep 17 00:00:00 2001 From: bi Date: Mon, 11 Jun 2018 19:51:49 +0300 Subject: [PATCH] Misc: little style changes --- vmf/scripts/mods/vmf/modules/core/misc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vmf/scripts/mods/vmf/modules/core/misc.lua b/vmf/scripts/mods/vmf/modules/core/misc.lua index e33fd3f..c09e09e 100644 --- a/vmf/scripts/mods/vmf/modules/core/misc.lua +++ b/vmf/scripts/mods/vmf/modules/core/misc.lua @@ -1,8 +1,8 @@ local vmf = get_mod("VMF") --- #################################################################################################################### --- ##### VMF internal functions and variables ######################################################################### --- #################################################################################################################### +-- ##################################################################################################################### +-- ##### VMF internal functions and variables ########################################################################## +-- ##################################################################################################################### vmf.check_wrong_argument_type = function(mod, vmf_function_name, argument_name, argument, ...)