Skip to content
This repository has been archived by the owner on Mar 29, 2021. It is now read-only.

Commit

Permalink
correcting parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Idrinth committed Sep 14, 2016
1 parent c4da2e2 commit d54d0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/land.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ idrinth.land = {
results[res.key] = ( results[res.key] === undefined ? 0 : results[res.key] ) + factor;
idrinth.settings.land[res.key] = idrinth.settings.land[res.key] + factor;
};
var processBuildings = function ( checkElementFunc, factor, res, nextPrice ) {
var processBuildings = function ( checkElementFunc, factor, nextPrice ) {
var check = function ( checkElementFunc, building, factor, res, nextPrice ) {
for (var count = 0; count < checkElementFunc.length; count++) {
if ( !checkElementFunc[count] ( building, factor, res, nextPrice ) ) {
Expand Down

0 comments on commit d54d0c9

Please sign in to comment.