UpdatePhotonThrottling only runs when using Photon over UDP, is disabled for TCP.

Added Photon server config documentation
This commit is contained in:
2025-08-18 22:33:48 -04:00
parent 95078cf3b4
commit eeae720d56
5 changed files with 54 additions and 17 deletions

View File

@@ -6,7 +6,7 @@ using undead_universal_patch_il2cpp.Core;
namespace undead_universal_patch_il2cpp;
[BepInPlugin("dev.proxnet.recroom.universalpatch.noneac.il2cpp", "Undead Universal Patch", "2.1.0")]
[BepInPlugin("dev.proxnet.recroom.universalpatch.noneac.il2cpp", "Undead Universal Patch", "2.1.1")]
public class UniversalPatchPlugin : BasePlugin
{
public static new readonly ManualLogSource Log = Logger.CreateLogSource("UUPatch");