Fix system guild settings model mismatch
This commit is contained in:
parent
a83e9306bb
commit
178e256583
@ -2,7 +2,8 @@
|
||||
{
|
||||
public class SystemGuildSettings
|
||||
{
|
||||
public SystemId Guild { get; }
|
||||
public ulong Guild { get; }
|
||||
public SystemId System { get; }
|
||||
public bool ProxyEnabled { get; } = true;
|
||||
|
||||
public AutoproxyMode AutoproxyMode { get; } = AutoproxyMode.Off;
|
||||
|
Loading…
Reference in New Issue
Block a user