Remove stub code, this is likely to be handled in a separate check

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13237 282e977c-c81d-0410-88c4-b93c2d0d6712
master
cavesomething 2010-05-15 21:40:22 +00:00
parent ce3cf322eb
commit 9ccec00729
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@
questname = args[0]
stage = args[1]
if stage == "complete":
# todo: implement this
pass
if stage.find("-") == -1:
if stage[0] == "=":
startstep = int(stage[1:])