Skip to content

Commit

Permalink
Add vipm_ic_version cvar for Items Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN committed May 28, 2022
1 parent 76ce1df commit 4931161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amxmodx/scripting/VipM-ItemsController.sma
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ PluginInit() {
bIsInited = true;

register_plugin(PluginName, VIPM_VERSION, PluginAuthor);
CreateConstCvar("vipm_ic_version", VIPM_VERSION);
Fwds_Init();
SrvCmds_Init();

Expand Down

0 comments on commit 4931161

Please sign in to comment.