new openrec change dropped guys

This commit is contained in:
recroom2016tutorial
2022-03-27 22:12:15 -04:00
parent 3fc8f954c1
commit 76c86ca4f6
16 changed files with 1107 additions and 147 deletions

View File

@@ -28,7 +28,7 @@ namespace server
private void StartListen()
{
//nameserver is ONLY for 2018
this.listener.Prefixes.Add("http://localhost:56/");
this.listener.Prefixes.Add("http://localhost:20181/");
for (; ; )
{
this.listener.Start();