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.
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.
Make sure you check out using the authenticated method, not anonymous checkout.
http://code.google.com/p/netgore/source/checkout
(Use the top one)
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 ![]()
EDIT5:
Admin channel added on wiki: http://www.netgore.com/wiki/Admin_Chat_Channel
Mind fixing it?