Jump to content

  •  

mofo

Member Since 17 May 2013
Offline Last Active Nov 03 2013 11:50 AM
*----

#10119 your use of skill and chat will be blocked

Posted by mofo on 06 July 2013 - 01:15 PM

I think he's referring to the auto-mute system that was recently applied. Some of my players spammed their autoloot command where they ended up with the red mute icon. haha




#9016 Git pull problem again ._.

Posted by mofo on 24 June 2013 - 11:16 AM

have you tried...

 

git commit -am "message"

 

if that doesn't work and since you said you didn't change anything with that file you can also try...

 

git checkout 3rd party/libconfig/libconfig.c (fetches an unchanged copy from hercules repo)

or

git add 3rd party/libconfig/libconfig.c (adds the file to the track and makes it safe to merge?)

 

I'm no git expert, so I could be wrong.