Skip to content

Commit

Permalink
bugfix: default health value now 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
fador committed Nov 28, 2010
1 parent 58bd13f commit c420d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user.cpp
Expand Up @@ -68,6 +68,7 @@ User::User(int sock, uint32 EID)
this->pos.y = Map::get().spawnPos.y();
this->pos.z = Map::get().spawnPos.z();
this->write_err_count = 0;
this->health = 20;
}

bool User::changeNick(std::string _nick)
Expand Down

0 comments on commit c420d7d

Please sign in to comment.