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