forgot the WID

This commit is contained in:
ApfelTeeSaft
2026-01-07 19:09:53 +01:00
parent e53de9a2c8
commit cd697085ff
+2 -2
View File
@@ -7,6 +7,6 @@ inline const std::vector<std::string> kMapNames = {
};
inline const std::vector<std::string> kWeaponIds = {
"Assault_Auto_T02",
"Assault_Burst_T04"
"WID_Assault_Auto_T02",
"WID_Assault_Burst_T04"
};