Skip to content

Commit 1b44532

Browse files
rename to 16AA-Common
1 parent 4c97c09 commit 1b44532

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.hemtt/project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name = "ACRE-Persistence"
1+
name = "16AA-Common"
22
prefix = "l6AA"
33
author = "16 Air Assault Milsim Community"
44
mainprefix = "z"

meta.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
* File: meta.cpp
33
* Author: Mildly_Interested
44
* Date: 2023-09-23
5-
* Last Update: 2023-09-29
5+
* Last Update: 2023-10-21
66
* License: GNU General Public License v3.0 only - https://www.gnu.org/licenses/gpl-3.0-standalone.html
77
*/
88

99
protocol = 1;
1010
publishedid = 3043180500;
11-
name = "ACRE-Persistence";
11+
name = "16AA-Common";

mod.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
dir = "@ACRE-Persistence";
2-
name = "ACRE-Persistence";
1+
dir = "@16AA-Common";
2+
name = "16AA-Common";
33

44
author = "16 Air Assault Milsim Community";
55

@@ -10,11 +10,11 @@ hidePicture = "false"; // Hide the extension menu
1010
logoSmall = "icon_64_ca.paa"; // Display next to the item added by the mod 64x64
1111
logo = "icon_128_ca.paa"; // Logo displayed in the main menu 128x128
1212
logoOver = "icon_128_highlight_ca.paa"; // When the mouse is over, in the main menu 128x128
13-
tooltip = "ACRE-Persistence"; // Tool tip displayed when the mouse is left over, in the main menu
14-
tooltipOwned = "ACRE-Persistence"; // Tool tip displayed when the mouse is left over, in the main menu
13+
tooltip = "16AA-Common"; // Tool tip displayed when the mouse is left over, in the main menu
14+
tooltipOwned = "16AA-Common"; // Tool tip displayed when the mouse is left over, in the main menu
1515
overview = "<br/><t align='center' size='1'>16 Air Assault Milsim Community<br/><t href='https://16aa.net/'>Website</t> | <t href='http://discord.16aa.net'>Discord</t> | <t href='https://www.youtube.com/@16AAMilsim'>YouTube</t> | <t href='https://twitter.com/16aamilsim'>Twitter</t></t><br/><t align='center' size='1.25'>Get the job done!</t><br/>"; // Overview text, displayed from the extension menu
1616
description = "It's unclear where this will show"; // Probably in context with action
17-
action = "https://github.com/16AA-Milsim/ACRE-Persistence"; // Website URL, that can accessed from the expansions menu
17+
action = "https://github.com/16AA-Milsim/16AA-Common"; // Website URL, that can accessed from the expansions menu
1818
actionName = "Github"; // label of button/tooltip in extension menu
1919

2020
// Color used for DLC stripes and backgrounds (RGBA)

0 commit comments

Comments
 (0)