From 8343f7c28929781c70ae39557bbf5fc408da78cd Mon Sep 17 00:00:00 2001 From: hexall90 <hexall90@gmail.com> Date: Thu, 14 Sep 2017 16:39:45 -0400 Subject: [PATCH] Fixing fork inconsistencies --- src/uncategorized/BackwardsCompatibility.tw | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw index f04c9ab10c4..78c2977fea7 100644 --- a/src/uncategorized/BackwardsCompatibility.tw +++ b/src/uncategorized/BackwardsCompatibility.tw @@ -1679,9 +1679,6 @@ Setting missing global variables: <<if ndef $growthStim>> <<set $growthStim = 0>> <</if>> -<<if ndef $growthStim>> - <<set $growthStim = 0>> -<</if>> <<if ndef $pubertyLength>> <<set $pubertyLength = 5>> <</if>> -- GitLab