From 675b1fece91fdaee752601bd33a330fc925f496e Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Sun, 16 Aug 2020 02:30:30 -0700
Subject: [PATCH] Fix bad call

---
 src/Mods/SecExp/buildings/secBarracks.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Mods/SecExp/buildings/secBarracks.tw b/src/Mods/SecExp/buildings/secBarracks.tw
index a6aea39b054..0ceb9edebb6 100644
--- a/src/Mods/SecExp/buildings/secBarracks.tw
+++ b/src/Mods/SecExp/buildings/secBarracks.tw
@@ -193,7 +193,7 @@ Your current maximum number of units is <<print App.SecExp.battle.maxUnits()>> (
 				<br>Your drones are equipped with top tier weaponry and armor.
 			<</if>>
 			<<if $SecExp.settings.showStats == 1>>
-				<br><<= _App.SecExp.getUnit("Bots").printStats()>>
+				<br><<= App.SecExp.getUnit("Bots").printStats()>>
 			<</if>>
 			<<if $secBots.troops < $secBots.maxTroops>>
 				|
-- 
GitLab