diff --git a/BC_buyables/params.hpp b/BC_buyables/params.hpp index 25ae641..e11e6f8 100644 --- a/BC_buyables/params.hpp +++ b/BC_buyables/params.hpp @@ -3,7 +3,7 @@ class BUYABLES_BLUFOR title = "Blufor"; values[] = {0, 1, 2, 3, 4}; texts[] = {"bwGM", "USA", "BW Tanks", "sovjetGM", "USVN"}; - default = 4; + default = 1; }; class BUYABLES_OPFOR @@ -11,5 +11,5 @@ class BUYABLES_OPFOR title = "Opfor"; values[] = {0, 1, 2, 3, 4, 5}; texts[] = {"nvaGM", "Russia", "Russia Tanks", "mudscha", "Rebels", "PAVN"}; - default = 5; + default = 1; }; \ No newline at end of file