Skip to content

Commit

Permalink
Removed CfgMissions
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkWanderer committed Nov 24, 2023
1 parent 8b97521 commit e18ff8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 18 deletions.
8 changes: 2 additions & 6 deletions .hemtt/project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@ author = "Kozak"
mainprefix = "z"

[files]
include = [
"*.dll",
"*.so",
"README.md",
]
include = ["*.dll", "*.so", "README.md"]

key_name = "{{prefix}}_{{version}}"
authority = "{{prefix}}_{{version}}-{{git \"id 8\"}}"

releasebuild = [
"@zip dynops_{{semver.major}}.{{semver.minor}}.{{semver.patch}}"
"@zip dynops_{{semver.major}}.{{semver.minor}}.{{semver.patch}}",
]

show_output = true
Expand Down
11 changes: 0 additions & 11 deletions addons/conversation/CfgMissions.hpp

This file was deleted.

1 change: 0 additions & 1 deletion addons/conversation/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ class CfgPatches {
#include "Cfg3DEN.hpp"
#include "CfgEventHandlers.hpp"
#include "CfgFunctions.hpp"
#include "CfgMissions.hpp"
#include "CfgRemoteExec.hpp"

0 comments on commit e18ff8a

Please sign in to comment.