Cleanup: Remove unneeded reinstantiation of items.items.

This commit is contained in:
David Vierra 2012-11-04 00:16:15 -10:00
parent dc1ca09910
commit 547a087f94

View File

@ -433,4 +433,3 @@ if portable:
else:
jarStorage = ServerJarStorage()
items.items = items.Items(join(directories.dataDir, "pymclevel", "items.txt"))