mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-27 07:09:38 -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);
|
||||
block = ((FakePlayer)p).Block;
|
||||
} else {
|
||||
col = cols[0];
|
||||
block = Utils.FastByte(p.ModelName);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user