mirror of
https://github.com/Defent/DMS_Exile.git
synced 2025-07-25 10:52:14 +00:00
PBO
This commit is contained in:
@ -223,7 +223,7 @@ else
|
||||
|
||||
// Add Magazines before weapon so that gun will be loaded
|
||||
{
|
||||
if ((typeName _x) isEqualTo "STRING") then
|
||||
if ((typeName _x) == "STRING") then
|
||||
{
|
||||
_x = [_x,1];
|
||||
};
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user