Skip to content

Commit

Permalink
Create plugins-MultimodManagerCore.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
FEDERICOMB96 committed Feb 24, 2024
1 parent 1548420 commit dd56815
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions addons/amxmodx/configs/plugins-MultimodManagerCore.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
; A core plugin for the Multimod Manager
multimod_manager.amxx debug

; A test plugin for the Multimod Manager (not required) (only for testing purposes)
; mm_test.amxx
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/include/mm_incs/defines.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define PLUGIN_NAME "MultiMod Manager CS"
#define PLUGIN_URL "https://github.com/FEDERICOMB96/amxx-multimod-manager"

#define MM_PLUGINS_FILENAME "plugins-multimodmanager.ini"
#define MM_PLUGINS_FILENAME "plugins-MultimodManagerPluginsMods.ini"

#define MM_CONFIG_FOLDER "multimod_manager"
#define MM_MAPSFILE_FOLDER "mapsfiles"
Expand Down
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/include/mm_incs/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 2
#define MM_VERSION_COMMIT 207
#define MM_VERSION_COMMIT 209

#define PLUGIN_VERSION fmt("v%d.%d.%d", MM_VERSION_MAJOR, MM_VERSION_MINOR, MM_VERSION_COMMIT)
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@

#define MM_VERSION_MAJOR 2
#define MM_VERSION_MINOR 2
#define MM_VERSION_COMMIT 207
#define MM_VERSION_COMMIT 209

#define MM_NATIVES_API_VER fmt("v%d.%d.%d", MM_VERSION_MAJOR, MM_VERSION_MINOR, MM_VERSION_COMMIT)

0 comments on commit dd56815

Please sign in to comment.