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.");