diff Libs/DF/help.lua @ 20:dc1c77254f80

- added close button to users panel. - framework update.
author Tercio
date Tue, 11 Aug 2015 12:46:46 -0300
parents 2f09fe4be15c
children 0682d738499b
line wrap: on
line diff
--- a/Libs/DF/help.lua	Sat Jul 18 17:32:30 2015 -0300
+++ b/Libs/DF/help.lua	Tue Aug 11 12:46:46 2015 -0300
@@ -1,8 +1,11 @@
 
 
 local DF = _G ["DetailsFramework"]
+if (not DF or not DetailsFrameworkCanLoad) then
+	return 
+end
+
 local _
-
 local _rawset = rawset --> lua local
 local _rawget = rawget --> lua local