mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-04-18 10:16:39 +03:00
Use number instead of string for weapon slot type in configs
This is consistent with the rest of the weapon configs. It also avoids issues with using isNumber or getNumber to check slot type in scripts.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
class M60A4_EP1;
|
||||
class M60A4_EP1_DZE : M60A4_EP1 {
|
||||
type = "1";
|
||||
type = WeaponSlotPrimary;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user