Skip to content

Commit 3cecd32

Browse files
authored
Merge pull request #7 from TacticalTrainingTeam/cleanup
General - Clean Up
2 parents 4aeabe0 + aaf1dfe commit 3cecd32

7 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/assets/placeholder.txt

Whitespace-only changes.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Exports/
1515
*.zip
1616
*.pbo
1717
*.sqfc
18+
.hemttprivatekey

.vscode/extensions.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"recommendations": [
33
"brettmayson.hemtt",
44
"editorconfig.editorconfig",
5-
"bux578.vscode-openlastrpt",
65
"DartRuffian.LazyArmaDev"
76
]
87
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

addons/main/script_version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#define MAJOR 1
2-
#define MINOR 0
2+
#define MINOR 1
33
#define PATCH 0
44
#define BUILD 0

meta.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
protocol = 1;
22
publishedid = 3507091121;
33
name = "TTT_PartnerMod";
4-
timestamp = 5250140732737923549;
4+
timestamp = 0;

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)