mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-11 04:17:48 +00:00
No idea how this happened
This commit is contained in:
parent
56e45a031b
commit
77376d3e33
@ -387,8 +387,6 @@ class Effect{
|
|||||||
* @param int $r
|
* @param int $r
|
||||||
* @param int $g
|
* @param int $g
|
||||||
* @param int $b
|
* @param int $b
|
||||||
*
|
|
||||||
* @return int
|
|
||||||
*/
|
*/
|
||||||
public function setColor(int $r, int $g, int $b){
|
public function setColor(int $r, int $g, int $b){
|
||||||
$this->color = (($r & 0xff) << 16) + (($g & 0xff) << 8) + ($b & 0xff);
|
$this->color = (($r & 0xff) << 16) + (($g & 0xff) << 8) + ($b & 0xff);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user