Log in

View Full Version : Undo host


Lihaässä
June 23rd, 2009, 03:26 AM
I'm hosting a mp game with a private server. During the last turn one of the players got a message "invalid cd-key" and lost his turn. Is there any way to undo last hosting? I'm using text-based hosting server with ssh - no option to use graphic user interface.

invalid cd-key issue occurs probably because he was using my second computer with same cd-key simultaneously with me.

Thanks!

lch
June 23rd, 2009, 03:29 AM
You have to make backups. The --preeexec and --postexec switches can help with that, you can add your own custom backup feature there. There is no other undo feature.

Lihaässä
June 23rd, 2009, 03:31 AM
Ok.. Thanks dude.