Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
UPDATED Misc to v1.0 and Circ to v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Katalam committed Feb 6, 2019
1 parent 64ed9b0 commit 3cd01d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions addons/kat_aceCirculation/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class CfgPatches {
"adv_aceCPR",
"cba_settings"
};
version = "0.7";
versionStr = "0.7";
version = "0.9";
versionStr = "0.9";
author = "[SeL] Katalam";
authorUrl = "http://spezialeinheit-luchs.de/";
};
Expand Down
6 changes: 3 additions & 3 deletions addons/kat_acemisc/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class CfgPatches {
"ace_medical",
"cba_settings"
};
version = "0.5";
versionStr = "0.5";
version = "1.0";
versionStr = "1.0";
author = "[SeL] Katalam";
authorUrl = "http://spezialeinheit-luchs.de/";
};
Expand Down Expand Up @@ -151,7 +151,7 @@ class cfgVehicles {
class ACE_Medical_Actions {
class Advanced {
class SalineIV;

class SalineIV_Stand: SalineIV {
displayName = "$STR_kat_aceMisc_Display_IVStand";
requiredMedic = 0;
Expand Down

0 comments on commit 3cd01d1

Please sign in to comment.