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

summaryrefslogtreecommitdiff
path: root/source/game/StarPlayerFactory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarPlayerFactory.hpp')
-rw-r--r--source/game/StarPlayerFactory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarPlayerFactory.hpp b/source/game/StarPlayerFactory.hpp
index a366221..6712b81 100644
--- a/source/game/StarPlayerFactory.hpp
+++ b/source/game/StarPlayerFactory.hpp
@@ -60,7 +60,7 @@ public:
PlayerPtr create() const;
PlayerPtr diskLoadPlayer(Json const& diskStore) const;
- PlayerPtr netLoadPlayer(ByteArray const& netStore) const;
+ PlayerPtr netLoadPlayer(ByteArray const& netStore, NetCompatibilityRules rules = {}) const;
private:
PlayerConfigPtr m_config;