From 00136105bc47c5dc4292b4dabcb8f7dc748b07d2 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Wed, 16 Jan 2019 16:56:58 -0500 Subject: [PATCH] Remember to define a function --- src/js/economyJS.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw index 316ebc5f6d6..1286da2dee5 100644 --- a/src/js/economyJS.tw +++ b/src/js/economyJS.tw @@ -172,7 +172,7 @@ window.getClubCosts = function() { return costs; }; -window.getClubCosts = function() { +window.getClubAdsCosts = function() { var club = State.variables.club; var costs = 0; if(club > 0) { -- GitLab