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

summaryrefslogtreecommitdiff
path: root/source/game/StarNetPackets.hpp
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-13 16:23:01 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-13 16:23:01 +1000
commit8bef4abdbc7030c39d6c74aed6bc05b07189d5a1 (patch)
tree1c6f1a6ef2179fda69f024b4c0f434be875cf158 /source/game/StarNetPackets.hpp
parentb39072f0715967d54f7b5ea9a67f128e2d98a340 (diff)
Connection changes
Diffstat (limited to 'source/game/StarNetPackets.hpp')
-rw-r--r--source/game/StarNetPackets.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/game/StarNetPackets.hpp b/source/game/StarNetPackets.hpp
index 26fba1a..6181b30 100644
--- a/source/game/StarNetPackets.hpp
+++ b/source/game/StarNetPackets.hpp
@@ -310,7 +310,7 @@ struct ClientConnectPacket : PacketBase<PacketType::ClientConnect> {
ClientConnectPacket();
ClientConnectPacket(ByteArray assetsDigest, bool allowAssetsMismatch, Uuid playerUuid, String playerName,
String playerSpecies, WorldChunks shipChunks, ShipUpgrades shipUpgrades, bool introComplete,
- String account);
+ String account, Json info = {});
void readLegacy(DataStream& ds) override;
void read(DataStream& ds) override;