mirror of
https://github.com/djdevin/recnet-plugin.git
synced 2026-09-08 14:41:30 -07:00
chore: clean up project file
This commit is contained in:
@@ -12,7 +12,7 @@ public class SendRequestPatch
|
||||
{
|
||||
Plugin.Log.LogInfo($"hi {request.Uri.Host}");
|
||||
|
||||
if (request.Uri.Host.ToString().Contains("ns.rec.net"))
|
||||
if (request.Uri.Host.Contains("ns.rec.net"))
|
||||
request.Uri = new Il2CppSystem.Uri(Plugin.ServerHostname.Value);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user