diff --git a/server/GameServer/Commands.lean b/server/GameServer/Commands.lean index 23c8edb..e2dc042 100644 --- a/server/GameServer/Commands.lean +++ b/server/GameServer/Commands.lean @@ -678,10 +678,6 @@ tactics are available in each level etc. -/ elab "MakeGame" : command => do let game ← getCurGame - -- Check for loops in world graph - if game.worlds.hasLoops then - throwError "World graph must not contain loops! Check your `Path` declarations." - let env ← getEnv -- Now create The doc entries from the templates