Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
The mian version should be in the window title
Browse files Browse the repository at this point in the history
  • Loading branch information
l0b0 committed Feb 28, 2011
1 parent 39a785a commit fa5b36a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mian/mian.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ def mian(world_dir, block_type_hexes, nether):
else:
mcr_files = glob(join(world_dir, 'region/*.mcr'))

title += ' - mian %s' % __version__

if mcr_files == []:
raise Usage('Invalid savegame path.')

Expand Down

0 comments on commit fa5b36a

Please sign in to comment.