better explain this

This commit is contained in:
2025-03-30 15:38:03 -04:00
parent 68793213e6
commit 19fadd3cd9

View File

@@ -33,7 +33,7 @@ public class Plugin : BasePlugin
"Replace apostrophes with quotes in the initial SignalR handshake."); "Replace apostrophes with quotes in the initial SignalR handshake.");
GenericConfig.ImageSignaturePatch = Config.Bind("Generic", "ImageSignaturePatch", GenericConfigDefaults.ImageSignaturePatch, GenericConfig.ImageSignaturePatch = Config.Bind("Generic", "ImageSignaturePatch", GenericConfigDefaults.ImageSignaturePatch,
"When enabled, all image signatures will be valid." + "When enabled, all image signatures will be valid." +
"\nWorks only if the server appends a properly formatted signature header (signature does not need to work, only be in base64)"); "\nWorks only if the server appends a properly formatted signature header (signature does not need to be valid)");
PhotonConfig.PatchPhotonIds = Config.Bind("Photon", "PatchPhotonIds", PhotonConfigDefaults.PatchPhotonIds, PhotonConfig.PatchPhotonIds = Config.Bind("Photon", "PatchPhotonIds", PhotonConfigDefaults.PatchPhotonIds,
"Enable/disable changing the target IDs in PhotonServerSettings." + "Enable/disable changing the target IDs in PhotonServerSettings." +
"\nCustom server settings are not yet supported."); "\nCustom server settings are not yet supported.");