broken, unused comparison method

This commit is contained in:
David Vierra 2011-09-16 11:26:06 -10:00
parent 08886729b7
commit fe793d48cb

View File

@ -46,6 +46,7 @@ class Block(object):
bl = Block(self.materials, self.ID, self.blockData)
bl.wildcard = True
return bl
class MCMaterials(object):
defaultBrightness = 0
defaultOpacity = 15
@ -213,9 +214,7 @@ class MCMaterials(object):
return block
def __cmp__(self, rhs):
return (self.ID, self.blockData).__cmp__((rhs.ID, rhs.blockData))
###
### MATERIALS for the latest version of the game ###