Quantcast

FIXED: Should now properly detect @project-version@.

F16Gaming [11-20-11 - 19:35]
FIXED: Should now properly detect @project-version@.
Filename
Command.lua
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