gameServer/Actions.hs
changeset 4962 705c6186ad9d
parent 4960 3b54b1c9b768
child 4973 53411a26df7e
--- 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})