From 76dc485ad76b895478fa7779725f5f5ae38f729b Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Tue, 6 Dec 2022 19:27:55 +0000 Subject: [PATCH] Allow set of Application property --- VpSharp/src/VirtualParadiseConfiguration.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VpSharp/src/VirtualParadiseConfiguration.cs b/VpSharp/src/VirtualParadiseConfiguration.cs index ba8d405..acd8f6f 100644 --- a/VpSharp/src/VirtualParadiseConfiguration.cs +++ b/VpSharp/src/VirtualParadiseConfiguration.cs @@ -39,7 +39,7 @@ public sealed class VirtualParadiseConfiguration /// Gets or sets the application. /// /// The application. - public Application? Application { get; init; } + public Application? Application { get; set; } /// /// Gets or sets a value indicating whether or not the client should automatically query and cache the whole world