openrec patch v0.4.2

This commit is contained in:
recroom2016
2022-02-27 02:53:43 -05:00
parent ada0777275
commit 9c18f042b9
5 changed files with 234 additions and 29 deletions

View File

@@ -55,14 +55,9 @@ namespace server
this.listener.Stop();
}
}
public static string VersionCheckResponse = "{\"ValidVersion\":true}";
public static string BlankResponse = "";
// Token: 0x04000192 RID: 402
private HttpListener listener = new HttpListener();
}
}