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 b7dbaea commit 634264d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crawler_arena/CrawlerArenaMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ public void respawnPlayers(){
Unit playerUnit = units.get(p.uuid());
if(playerUnit == null){
rewritePlayers();
playerUnit = units.get(p.uuid());
};
if(p.unit().type == null){
int sX;
Expand Down

0 comments on commit 634264d

Please sign in to comment.