mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
ok
This commit is contained in:
parent
b3b9c2ef43
commit
0be2aa718f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user