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-b93c2d0d6712master
parent
ce3cf322eb
commit
9ccec00729
|
@ -20,9 +20,6 @@
|
||||||
|
|
||||||
questname = args[0]
|
questname = args[0]
|
||||||
stage = args[1]
|
stage = args[1]
|
||||||
if stage == "complete":
|
|
||||||
# todo: implement this
|
|
||||||
pass
|
|
||||||
if stage.find("-") == -1:
|
if stage.find("-") == -1:
|
||||||
if stage[0] == "=":
|
if stage[0] == "=":
|
||||||
startstep = int(stage[1:])
|
startstep = int(stage[1:])
|
||||||
|
|
Loading…
Reference in New Issue