
Originally Posted by
Someuser
Fuckoff & GTFO & Wrong section.
I am tired you only now say Wrong Section only that and this is the fix
Search and erase this line:
Code:
Message.AppendBoolean(ComingSoon);
Now Find This:
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendBoolean(false);
Index.AppendInt32(0);
Index.AppendInt32(0);
Index.AppendInt32(-1);
Index.AppendStringWithBreak("");
Index.AppendBoolean(false);
Replace it with:
Code:
ServerMessage Index = new ServerMessage(126);
Index.AppendStringWithBreak("IHHM");
And your catalogue will function now!!!