Workshop - Good Beam color not working

No matter what color I set for Good Beam effect, the color is always blue.
In the example bellow, the color should be orange.
https://postimg.cc/bsZKKxX4

Code snippet:

settings
{
	modes
	{
		disabled Clash
		{
			Capture Speed Modifier: 45%
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		disabled Control
		{
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		disabled Escort
		{
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		disabled Flashpoint
		{
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		disabled Hybrid
		{
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		disabled Push
		{
			Limit Roles: 1 Tank 2 Offense 2 Support
		}

		Skirmish
		{
			enabled maps
			{
				Workshop Island 972777519512063901
			}
		}
	}
}

rule("Rule 1")
{
	event
	{
		Ongoing - Global;
	}

	actions
	{
		Create Beam Effect(All Players(All Teams), Good Beam, Vector(15.293, 1.000, 4.309), Vector(20, 1.000, 4.309), Color(Orange),
			Visible To Position and Radius);
	}
}