This commit is contained in:
aozhiwei 2023-12-13 15:02:52 +08:00
parent f77759b1bd
commit 0baf975d79

View File

@ -358,7 +358,7 @@ namespace mt
bool Equip::IsMultistageGun() const
{
return false;
return id() == 20911;
}
}