Remove obsolete comment

This commit is contained in:
Kevin Cathcart
2019-08-25 22:35:03 -04:00
parent fd1074d58a
commit 2bd2ae80de

View File

@@ -34,7 +34,6 @@ def set_rules(world, player):
raise NotImplementedError('Not implemented yet')
if world.swords == 'swordless':
# FIXME: !!! Does not handle inverted properly
swordless_rules(world, player)
if world.logic == 'noglitches':