From b1011989855d03837bf895fe4779239401184784 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Wed, 4 Jul 2012 08:26:40 +0200 Subject: [PATCH] Updated some documentation comments. --- Command.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Command.lua b/Command.lua index 9aa9a93..719df1f 100644 --- a/Command.lua +++ b/Command.lua @@ -114,6 +114,8 @@ function C:LoadSavedVars() self.Global.VERSION = self.VarVersion end +--- Check AddOn version and display notice in chat if a newer is detected. +-- function C:CheckVersion(ver) if self.VersionChecked then return end ver = ver or 0 -- 1.7.9.5