Small fix

This commit is contained in:
Kei-Luna
2026-05-13 07:22:46 +09:00
parent d9b16fb55d
commit da61f1e929
3 changed files with 2 additions and 4 deletions

View File

@@ -88,7 +88,6 @@ public class ProxyOptions
{
public bool Enabled { get; set; } = true;
public int Port { get; set; } = 18888;
public int ServerHttpPort { get; set; } = 21500;
}
public class LoaderOptions