Added loading of PeriodicTable itself, because I'm an idiot and didn't realize that the modules.xml
pschifferer [01-29-09 - 16:17]
Added loading of PeriodicTable itself, because I'm an idiot and didn't realize that the modules.xml
only loads the MODULES and not the core code. >.<
diff --git a/embeds.xml b/embeds.xml
index 5aab592..c2e0f51 100644
--- a/embeds.xml
+++ b/embeds.xml
@@ -21,6 +21,7 @@
<Include file="Libs\LibLogger-1.0\lib.xml"/>
<Script file="Libs\LibDataBroker-1.1\LibDataBroker-1.1.lua"/>
+ <Script file="Libs\LibPeriodicTable-3.1\LibPeriodicTable-3.1\LibPeriodicTable-3.1.lua"/>
<Include file="Libs\LibPeriodicTable-3.1\modules.xml"/>
</Ui>
\ No newline at end of file