Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTi2k5 authored Jan 5, 2024
1 parent 52da864 commit 657aa51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userscripts/user_mine_rebuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ function buildMine(buildArray_input) {
if (CurrentQueueFree > 0) {
CurrentQueueFree--;
var building_built = game.zone.GetBuildingFromGridPosition(item.buiGrid);
air.Introspector.Console.log(building_built);
if (building_built == null && game.gi.isOnHomzone()) {
x.add(function () {
game.gi.SendServerAction(50, item.buiMineType, item.buiGrid, 0, null);
Expand Down

0 comments on commit 657aa51

Please sign in to comment.