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, ...)