Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/player.cc')
-rw-r--r--src/core/player.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/player.cc b/src/core/player.cc
index 87640ac..e7fb024 100644
--- a/src/core/player.cc
+++ b/src/core/player.cc
@@ -47,6 +47,8 @@ void Player::clear()
player_warningtime = 0;
player_admin_level = 0;
+
+ player_reputation.clear();
}