mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Merge commit 'f970be0e4ddf90e64c2e87cc6b2123aa933b3ab1'
# Conflicts: # resources/vanilla
This commit is contained in:
commit
5c94c6992d
@ -52,8 +52,6 @@ class SkinImage{
|
|||||||
return new self(32, 64, $data);
|
return new self(32, 64, $data);
|
||||||
case 64 * 64 * 4:
|
case 64 * 64 * 4:
|
||||||
return new self(64, 64, $data);
|
return new self(64, 64, $data);
|
||||||
case 128 * 64 * 4:
|
|
||||||
return new self(64, 128, $data);
|
|
||||||
case 128 * 128 * 4:
|
case 128 * 128 * 4:
|
||||||
return new self(128, 128, $data);
|
return new self(128, 128, $data);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user