Refactoring World, etc. and fix #387
This commit is contained in:
@@ -442,7 +442,7 @@ legacyInteractiveLoop symdbreq ref world = do
|
||||
|
||||
-- after blocking, we need to see if the world has changed.
|
||||
|
||||
changed <- liftIO . isWorldChanged world =<< cradle
|
||||
changed <- liftIO . didWorldChange world =<< cradle
|
||||
when changed $ do
|
||||
liftIO $ ungetCommand ref cmdArg
|
||||
throw Restart
|
||||
|
||||
Reference in New Issue
Block a user