This commit is contained in:
speed 2020-12-03 20:50:30 -05:00
parent b3b9c2ef43
commit 0be2aa718f

View File

@ -199,6 +199,11 @@ public class Command_tag extends FreedomCommand
return true;
}
if (args.length < 4)
{
return false;
}
String from = "", to = "";
java.awt.Color awt1, awt2;