Skip to content

Commit

Permalink
Don't assign any perk inside initPlayer
Browse files Browse the repository at this point in the history
  • Loading branch information
bit69tream committed Jan 12, 2024
1 parent ab56d37 commit c82a5ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stribun.c
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,6 @@ void initPlayer(void) {
.isInvincible = false,
.health = MAX_PLAYER_HEALTH,
.bulletSpread = 1,
.perks = PERK_MORE_BULLETS,
};
}

Expand Down

0 comments on commit c82a5ff

Please sign in to comment.