Skip to content

Commit b50b5db

Browse files
authored
Fixed WeaponMixin being added with quotes to EXPOSED_CLASSES
1 parent e3baf0b commit b50b5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/modules/weapons/weapons_entity_wrap.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ void export_weapon_entity(scope _entity)
169169
CLASSMETHOD(_WeaponMixin, GET_OBJ_NAME, &WeaponMixin::_obj)
170170
ADD_PTR(WeaponMixin)
171171
ADD_SIZE(WeaponMixin)
172-
STORE_CLASS("WeaponMixin", "WeaponMixin")
172+
STORE_CLASS(WeaponMixin, "WeaponMixin")
173173
}

0 commit comments

Comments
 (0)