mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-04 02:47:22 +00:00
make PersistentConditionsToSync readonly array
This commit is contained in:
parent
d53bd8449a
commit
82e4bda771
@ -7,7 +7,7 @@ using QSB.Patches;
|
||||
using QSB.Player;
|
||||
using QSB.Utility;
|
||||
using QSB.WorldSync;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
||||
namespace QSB.ConversationSync.Patches
|
||||
{
|
||||
@ -16,8 +16,8 @@ namespace QSB.ConversationSync.Patches
|
||||
{
|
||||
public override QSBPatchTypes Type => QSBPatchTypes.OnClientConnect;
|
||||
|
||||
public static List<string> PersistentConditionsToSync => new()
|
||||
{
|
||||
public static readonly string[] PersistentConditionsToSync =
|
||||
{
|
||||
"MET_SOLANUM",
|
||||
"MET_PRISONER",
|
||||
"TALKED_TO_GABBRO",
|
||||
|
Loading…
Reference in New Issue
Block a user