We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3baf0b commit b50b5dbCopy full SHA for b50b5db
1 file changed
src/core/modules/weapons/weapons_entity_wrap.cpp
@@ -169,5 +169,5 @@ void export_weapon_entity(scope _entity)
169
CLASSMETHOD(_WeaponMixin, GET_OBJ_NAME, &WeaponMixin::_obj)
170
ADD_PTR(WeaponMixin)
171
ADD_SIZE(WeaponMixin)
172
- STORE_CLASS("WeaponMixin", "WeaponMixin")
+ STORE_CLASS(WeaponMixin, "WeaponMixin")
173
}
0 commit comments