mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-29 00:23:31 -04:00
Fix BlockModel (Thanks goodlyay)
This commit is contained in:
parent
c0e90d2a57
commit
feed58a2c7
@ -94,6 +94,7 @@ namespace ClassicalSharp.Model {
|
|||||||
col = FastColour.ScalePacked(col, colScale);
|
col = FastColour.ScalePacked(col, colScale);
|
||||||
block = ((FakePlayer)p).Block;
|
block = ((FakePlayer)p).Block;
|
||||||
} else {
|
} else {
|
||||||
|
col = cols[0];
|
||||||
block = Utils.FastByte(p.ModelName);
|
block = Utils.FastByte(p.ModelName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user