# HG changeset patch # User Flick # Date 1300817661 25200 # Node ID 98114c158e620300ec7c58f9ef7c84a455961bf7 # Parent b4c100011c75b0682aa7db70a997ee782fccd8f7 Request load of LibKeyBound-1.0 for disembedded installations diff -r b4c100011c75 -r 98114c158e62 ReAction.lua --- a/ReAction.lua Tue Mar 22 11:13:53 2011 -0700 +++ b/ReAction.lua Tue Mar 22 11:14:21 2011 -0700 @@ -3,8 +3,12 @@ local pairs = pairs local type = type local geterrorhandler = geterrorhandler -local LKB = LibStub("LibKeyBound-1.0") local L = LibStub("AceLocale-3.0"):GetLocale("ReAction") +local LKB = LibStub("LibKeyBound-1.0",true) +if not LKB then + LoadAddOn("LibKeyBound-1.0") + LKB = LibStub("LibKeyBound-1.0") +end ------ Utility ------ local tcopy