From 893ca074190c708ea828a3c31aa396351209894b Mon Sep 17 00:00:00 2001 From: Ean McLaughlin Date: Wed, 3 Sep 2014 01:45:29 -0600 Subject: [PATCH] Might as well slip a tiny bit of clean up in. --- overviewer_core/textures.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index d70305e..032173f 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -1606,10 +1606,7 @@ def slabs(self, blockid, data): else: return None - if blockid == 43: # double slab - return self.build_block(top, side) - - if blockid == 181: # double red sandstone slab + if blockid == 43 or blockid == 181: # double slab return self.build_block(top, side) # cut the side texture in half