From 66aa358362f31e9719f928631c5741b55d39eec8 Mon Sep 17 00:00:00 2001 From: F16Gaming Date: Sun, 20 Nov 2011 20:35:53 +0100 Subject: [PATCH] FIXED: Should now properly detect @project-version@. --- Command.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command.lua b/Command.lua index c52b48e..b47f8d2 100644 --- a/Command.lua +++ b/Command.lua @@ -48,7 +48,7 @@ local log --- Initialize Command. -- function C:Init() - if self.Version == "@project-version@" then + if self.Version == "@" .. "project-version" .. "@" then self.Version = "Dev" end Cmd = self.CommandManager -- 1.7.9.5