0

genPOI: add option --skip-players

If one simply wants to add some manual POIs, no player files have to be
parsed.
This commit is contained in:
MasterofJOKers
2014-07-30 20:55:12 +02:00
parent 0b3f91e752
commit 61339b1c42
2 changed files with 8 additions and 1 deletions

View File

@@ -104,6 +104,8 @@ def main():
help="Runs the genPOI script")
exegroup.add_option("--skip-scan", dest="skipscan", action="store_true",
help="When running GenPOI, don't scan for entities")
exegroup.add_option("--skip-players", dest="skipplayers", action="store_true",
help="When running GenPOI, don't get player data")
parser.add_option_group(exegroup)