Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Fix #55 and bumb version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LangLangBart committed Nov 19, 2021
1 parent 0366041 commit 48d75e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boongui",
"version": "2.0.0",
"version": "2.0.1",
"label": "boonGUI",
"description": "Larger buttons, colorful fruits, increased projectiles and cheat codes added to the manual. Enhance the observer experience with a stats overlay and stats in the HUD.",
"ignoreInCompatibilityChecks": true,
Expand Down
2 changes: 1 addition & 1 deletion simulation/components/GuiInterface~boongui.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ GuiInterface.prototype.boongui_GetOverlay = function (_, { g_IsObserver, g_Viewe
let phase = '';
if (cmpTechnologyManager) {
for (const _phase of boongui_phases) {
if (cmpTechnologyManager.IsTechnologyResearched(`phase_${phase}`)) {
if (cmpTechnologyManager.IsTechnologyResearched(`phase_${_phase}`)) {
phase = _phase;
break;
}
Expand Down

0 comments on commit 48d75e9

Please sign in to comment.