mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 08:17:34 +00:00
No idea how this happened
This commit is contained in:
parent
56e45a031b
commit
77376d3e33
@ -387,10 +387,8 @@ class Effect{
|
||||
* @param int $r
|
||||
* @param int $g
|
||||
* @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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user