Hahahahaha.. :D
Sorry.. ^_^
Da yum, I don't think so he edited anything since he don't know what you want him to post.. So, better look at broken svn :D
Eee //reaload htm affects all htm's, so dunno why it's not refreshing your CB htm.. Make sure you saved the file, since it's almost impossible :o
//Edit: Da yum, too much aCis.. :D
If you say so :troll:
@ Wyatt
if (pvp_enabled && (activeChar.getPvpFlag() == 0))
{
activeChar.updatePvPFlag(1);
}
Dont you think dat would be cleaner/bettah?
if (pvp_enabled)
{
activeChar.updatePvPFlag(1);
}
No difference if you're already flagged or not. I find it kinda useless hih :P