better explain this
This commit is contained in:
@@ -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.");
|
||||||
|
|||||||
Reference in New Issue
Block a user