From 19fadd3cd987b235a5c1fb552418d9763c05b4ce Mon Sep 17 00:00:00 2001 From: zombieb Date: Sun, 30 Mar 2025 15:38:03 -0400 Subject: [PATCH] better explain this --- Plugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin.cs b/Plugin.cs index fe7160d..faa49bf 100644 --- a/Plugin.cs +++ b/Plugin.cs @@ -33,7 +33,7 @@ public class Plugin : BasePlugin "Replace apostrophes with quotes in the initial SignalR handshake."); GenericConfig.ImageSignaturePatch = Config.Bind("Generic", "ImageSignaturePatch", GenericConfigDefaults.ImageSignaturePatch, "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, "Enable/disable changing the target IDs in PhotonServerSettings." + "\nCustom server settings are not yet supported.");