diff -r 9075d7effdf2 -r 705c6186ad9d gameServer/Actions.hs --- a/gameServer/Actions.hs Sun Feb 27 19:32:44 2011 +0300 +++ b/gameServer/Actions.hs Sun Feb 27 20:15:09 2011 +0300 @@ -416,6 +416,6 @@ processAction (RestartServer force) = do if force then do - throw ShutdownException + throw RestartException else processAction $ ModifyServerInfo (\s -> s{restartPending=True})