Jump to content

[10648][Typo] Mangos Configs


Guest Veretos

Recommended Posts

What features does the patch add?

None, just fixes a typo

For which repository revision was the patch created?

All, I believe this type is in all the branches.

Who has been writing this patch?

Me

If you look in the Mangos configurations line: 956

It says: Default: 0 (disible fake messages preventing)

Should be: Default: 0 (disable fake messages preventing)

Link to comment
Share on other sites

I've taken the liberty of creating a patch for your typo an add another.

diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in
index b326354..235b42a 100644
--- a/src/mangosd/mangosd.conf.dist.in
+++ b/src/mangosd/mangosd.conf.dist.in
@@ -953,8 +953,8 @@ ListenRange.Yell = 300
#        Chat protection from creating fake messages using a lot spaces (other invisible symbols),
#        not applied to addon language messages, but can prevent working old addons
#        that use normal languages for sending data to another clients.
-#        Default: 0 (disible fake messages preventing)
-#                 1 (enabled fake messages preventing)
+#        Default: 0 (disable fake messages preventing)
+#                 1 (enable fake messages preventing)
#
#    ChatStrictLinkChecking.Severity
#        Check chat messages for ingame links to spells, items, quests, achievements etc.

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use