Guild & Group messages are wrong

4 replies [Last post]
Posts: 1030

In both languages txt file (just 2 lines) and in the GameMessage.cs file, they're the other way around. Guild holds the group messages and groups hold the guild messages.

Posts: 1691

Mind fixing it? Wink

Posts: 1030

Don't think I've ever set up my account access for the Netgore svn (only read). Give me a few minutes.
EDIT:

How do you edit your SVN creds? It just whines commit method is not allowed when I try commiting. Can't really see where I can change my creds anywhere.

Posts: 1691

Make sure you check out using the authenticated method, not anonymous checkout.

http://code.google.com/p/netgore/source/checkout

(Use the top one)

Posts: 1030

Doesn't let me..

Error: Server sent unexpected return value (405 Method Not Allowed) in response to
Error: OPTIONS request for 'http://code.google.com/p/netgore/source/checkout'

I'm adding a party chat channel at the moment, I'll commit that as well once I get it working :/

EDIT:
Ah boo, there's no User.Group?

EDIT2:
It looks like there is in the User.cs file but I cannot access it for some reason?

EDIT3:
It appears it just didn't have a getter/setter I think.

EDIT4:
SVN commit works now Smile

EDIT5:

Admin channel added on wiki: http://www.netgore.com/wiki/Admin_Chat_Channel