From c5cf48bba33159fc268904688f29ed20c14b11b3 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Mon, 11 Oct 2021 23:35:40 +0100 Subject: add server script early persistence writes --- NorthstarDedicatedTest/serverauthentication.h | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDedicatedTest/serverauthentication.h') diff --git a/NorthstarDedicatedTest/serverauthentication.h b/NorthstarDedicatedTest/serverauthentication.h index 38008e9b..c0f4bea2 100644 --- a/NorthstarDedicatedTest/serverauthentication.h +++ b/NorthstarDedicatedTest/serverauthentication.h @@ -17,6 +17,7 @@ struct AdditionalPlayerData { bool usingLocalPdata; size_t pdataSize; + bool needPersistenceWriteOnLeave = true; double lastClientCommandQuotaStart = 0; int numClientCommandsInQuota = 0; -- cgit v1.2.3