Fix system guild settings model mismatch

This commit is contained in:
Ske 2020-06-24 16:52:49 +02:00
parent a83e9306bb
commit 178e256583

View File

@ -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;