From 51cdf5c4b1a2da0a41b21efb1eb0cd676bcbbff9 Mon Sep 17 00:00:00 2001
From: Sotisi <Sotisi@tzi.de>
Date: Wed, 13 Dec 2017 21:23:52 +0100
Subject: [PATCH] fix "I cant even type numbers right"

---
 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 a4ea1311add..a58b079e181 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -519,7 +519,7 @@
 	<<elseif $FSAnnounced == 1>>
 		<<set $FSGotRepCredits = 1>>
 	<<else>>
-		<<set $FSGotRepCredits = 1>>
+		<<set $FSGotRepCredits = 0>>
 	<</if>>
 <</if>>
 <<if def $FSGotRepCreditSix>>
-- 
GitLab