Update RedBracket's Author Name

This commit is contained in:
Dark98
2021-10-11 15:15:24 +01:00
parent a6d93ae3bb
commit ad5c61d292
+1 -1
View File
@@ -21,7 +21,7 @@ import static scriptfactory.VarsMethods.log;
* Welcome to AIO AIO - ScriptFactory. Make your own scripts!
*/
@ScriptManifest(author = "Before", name = "Script Factory 1.17", category = Category.OTHER, version = 1.17, description = "Create your own scripts!", servers = "All")
@ScriptManifest(author = "Red Bracket", name = "Script Factory 1.17", category = Category.OTHER, version = 1.17, description = "Create your own scripts!", servers = "All")
public class Core extends Script implements Paintable {
private ArrayList<Action> actions = new ArrayList<>();