Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayerStorage.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 22:56:36 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2023-08-02 22:56:36 +1000
commit6abad768a6728a37706348cadbc147e7975666e5 (patch)
tree9bf96786bb99204ab31a2fe0b360e710d2df4011 /source/game/StarPlayerStorage.hpp
parentb2cabc75672f9d818ac7db7537d302916238adad (diff)
Backups are now placed in their own directory
Diffstat (limited to 'source/game/StarPlayerStorage.hpp')
-rw-r--r--source/game/StarPlayerStorage.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/game/StarPlayerStorage.hpp b/source/game/StarPlayerStorage.hpp
index 519ef86..807aa7f 100644
--- a/source/game/StarPlayerStorage.hpp
+++ b/source/game/StarPlayerStorage.hpp
@@ -49,6 +49,7 @@ private:
mutable RecursiveMutex m_mutex;
String m_storageDirectory;
+ String m_backupDirectory;
OrderedHashMap<Uuid, Json> m_savedPlayersCache;
BiMap<Uuid, String> m_playerFileNames;
JsonObject m_metadata;