Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Commit 5908b16

Browse files
committed
Fix #208
1 parent 904b31f commit 5908b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Konata.Core/Common/BotConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class BotConfig
4848
/// <summary>
4949
/// Protocol type
5050
/// </summary>
51-
public OicqProtocol Protocol;
51+
public OicqProtocol Protocol { get; set; }
5252

5353
#endregion
5454

0 commit comments

Comments
 (0)