From d0dab4555a42b3c6e6409c198e294be37df69144 Mon Sep 17 00:00:00 2001 From: expwnent Date: Sat, 28 Jun 2014 03:08:23 -0400 Subject: [PATCH] Fix typo. --- dfhack.init-example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dfhack.init-example b/dfhack.init-example index 52e6596ea..2a5b18751 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -209,10 +209,10 @@ log-region fix/cloth-stockpile enable # civs don't bring blood -#:lua dfhack.onStateChange.onLoadBloodDel = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 months -command fix/blooddel) end end +#:lua dfhack.onStateChange.onLoadBloodDel = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 months -command fix/blooddel') end end # run growth bug regularly -#:lua dfhack.onStateChange.onLoadGrowthBug = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 months -command fix/growthbug) end end +#:lua dfhack.onStateChange.onLoadGrowthBug = function(state) if state == SC_WORLD_LOADED then dfhack.run_command('repeat -time 1 months -command fix/growthbug') end end ####################################################### # Apply binary patches at runtime #