diff --git a/src/js/economyJS.tw b/src/js/economyJS.tw
index 316ebc5f6d6d3a568003bc638af5e1a901f4380e..1286da2dee58a3a0526ad28ab0e50705ab858867 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) {