Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya246 authored Mar 26, 2021
1 parent 6cab1b0 commit 9d042d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/crawler_arena/CrawlerArenaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ public void respawnPlayers(){
});
Groups.player.each(p -> {
Unit playerUnit = units.get(p.uuid());
if(playerUnit == null){
playerUnit = UnitTypes.dagger.spawn(worldCenterX, worldCenterY);
};
if(p.unit().type == null){
int sX;
int sY;
Expand Down

0 comments on commit 9d042d3

Please sign in to comment.