Merge pull request #820 from nolt/feature-bots
(cherry picked from commit b10de0645a869485fbb5771a739abd06b5708c2d)
This commit is contained in:
@@ -130,6 +130,13 @@ public class Account
|
||||
/// </summary>
|
||||
public bool IsTemplate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether this account is a server-side bot account.
|
||||
/// Bot accounts are generated and maintained by the bot feature; this flag is the reliable
|
||||
/// marker used to load them on startup (instead of regenerating) and to purge them.
|
||||
/// </summary>
|
||||
public bool IsBot { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the characters.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user