Skip to content

Commit

Permalink
Training - Fix UBC (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-MF authored Mar 10, 2024
1 parent 9586fc4 commit eca84ba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions addons/training/CfgWeapons.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ class CfgWeapons {
};
};
};
class Throw: Default {
class GrenadeLauncher;
class Throw: GrenadeLauncher {
muzzles[] += {QCLASS(training_muzzle)};
class ThrowMuzzle: Default {};
class ThrowMuzzle: GrenadeLauncher {};
class CLASS(training_muzzle): ThrowMuzzle {
magazines[] = {
QCLASS(SmokeShell_Training),
Expand Down

0 comments on commit eca84ba

Please sign in to comment.