diff --git a/vmf/scripts/mods/vmf/modules/core/commands.lua b/vmf/scripts/mods/vmf/modules/core/commands.lua index 14bb63e..8fad3fa 100644 --- a/vmf/scripts/mods/vmf/modules/core/commands.lua +++ b/vmf/scripts/mods/vmf/modules/core/commands.lua @@ -39,7 +39,7 @@ VMFMod.command = function (self, command_name, command_description, command_func _commands[command_name] = { mod = self, exec_function = command_function, - description = command_description, + description = command_description or "", is_enabled = true } end