Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 committed May 10, 2024
1 parent 509225f commit e5897ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/crawler_arena/CrawlerArenaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,8 @@ public void init(){
b.tile.setNet(block, b.team, b.rotation);
toRespawn.remove(b);
i--;
}else{
Call.effect(Fx.placeBlock, b.x, b.y, (float)block.size, Color.white);
}
Call.effect(Fx.placeBlock, b.x, b.y, (float)block.size, Color.white);
}
}
});
Expand Down
2 changes: 1 addition & 1 deletion src/resources/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"author": "[USMP]Ilya246 & Darkness6030",
"main": "crawler_arena.CrawlerArenaMod",
"description": "Fight against hordes of crawlers",
"version": 3.0
"version": 4.0
}

0 comments on commit e5897ab

Please sign in to comment.