Nicklenpatch: Difference between revisions

From Oshaberi Net
Jump to navigation Jump to search
(Page creation.)
 
Line 2: Line 2:
Patch to change nicklen to nine characters, applies to Unreal 3.2.10.2
Patch to change nicklen to nine characters, applies to Unreal 3.2.10.2


 
<code>
174c174
174c174
< #define      NICKLEN        9      /* Eduted by ulterior to comply with original spec and to stop retardedly long nicknames. Seriously. */
< #define      NICKLEN        9      /* Eduted by ulterior to comply with original spec and to stop retardedly long nicknames. Seriously. */
---
---
> #define      NICKLEN        30
> #define      NICKLEN        30
</code>

Revision as of 22:52, 14 January 2014

Purpose

Patch to change nicklen to nine characters, applies to Unreal 3.2.10.2

174c174 < #define NICKLEN 9 /* Eduted by ulterior to comply with original spec and to stop retardedly long nicknames. Seriously. */ --- > #define NICKLEN 30