Fix BlockModel (Thanks goodlyay)

This commit is contained in:
UnknownShadow200 2017-04-09 22:21:35 +10:00
parent c0e90d2a57
commit feed58a2c7

View File

@ -94,6 +94,7 @@ namespace ClassicalSharp.Model {
col = FastColour.ScalePacked(col, colScale);
block = ((FakePlayer)p).Block;
} else {
col = cols[0];
block = Utils.FastByte(p.ModelName);
}