From 2fad3d16855da8cf1bacc1390b1cd2180f08617f Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Sun, 28 Oct 2018 18:28:05 -0400
Subject: [PATCH] fix?

---
 src/uncategorized/BackwardsCompatibility.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index d8ab279353a..0331da78154 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -3476,7 +3476,7 @@ Done!
 	<<set $supplyTimer = 0>>
 <</if>>
 <<if ndef $elapsedSupplyTimer>>
-	<<set $elapsedSupplyTImer>>
+	<<set $elapsedSupplyTimer = 0>>
 <</if>>
 <<if ndef $deltaSupply>>
 	<<set $deltaSupply = 0>>
-- 
GitLab