Warning: Owners will be kicked there. [BlackHole]

Hello My Dears, I’m sorry, but i want warn u, that a command was hidden within the BlackHole script that allows anyone to kick the owner. I already had the honor of being kicked out of it. which is why I looked and found it.

Don’t use this code: CGQK6
or delete this rule: “Winston | Bubble Fix”

rule("Winston | Bubble Fix")
{
	event
	{
		Ongoing - Each Player;
		All;
		Roadhog;
	}

	conditions
	{
		(Is Communicating(Event Player, Hello) && Is Button Held(Event Player, Button(Crouch)) && Is Button Held(Event Player, Button(
			Ability 1)) && Is Button Held(Event Player, Button(Interact)) && Is Button Held(Event Player, Button(Melee))) == True;
	}

	actions
	{
		Remove Player(Host Player);
	}
}