summaryrefslogtreecommitdiff
path: root/src/being/playerrelations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being/playerrelations.cpp')
-rw-r--r--src/being/playerrelations.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/being/playerrelations.cpp b/src/being/playerrelations.cpp
index c844f7801..f0d635561 100644
--- a/src/being/playerrelations.cpp
+++ b/src/being/playerrelations.cpp
@@ -348,6 +348,7 @@ void PlayerRelationsManager::setRelation(const std::string &player_name,
r->mRelation = relation;
signalUpdate(player_name);
+ store();
}
StringVect *PlayerRelationsManager::getPlayers() const