diff WorldPlan.lua @ 102:4d1520186ea4

7.2.5 changes - Fixed order hall panel not initializing on fresh install
author Nenue
date Thu, 25 May 2017 17:24:00 -0400
parents fbd4ead2a19f
children b67ba1078824
line wrap: on
line diff
--- a/WorldPlan.lua	Thu May 18 16:44:05 2017 -0400
+++ b/WorldPlan.lua	Thu May 25 17:24:00 2017 -0400
@@ -643,6 +643,11 @@
   self.dataFlush = nil
 end
 
+function WorldPlanCore:SetHook(base, arg1, arg2)
+  if type(base) == 'table' then
+  end
+
+end