Skip to content

Commit

Permalink
Fixed PlayerMixin being added with quotes to EXPOSED_CLASSES
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayuto committed Mar 6, 2020
1 parent 3340e46 commit e3baf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/modules/players/players_wrap.cpp
Expand Up @@ -754,5 +754,5 @@ void export_player_wrapper(scope _players)
CLASSMETHOD(_PlayerMixin, GET_OBJ_NAME, &PlayerMixin::_obj)
ADD_PTR(PlayerMixin)
ADD_SIZE(PlayerMixin)
STORE_CLASS("PlayerMixin", "PlayerMixin")
STORE_CLASS(PlayerMixin, "PlayerMixin")
}

0 comments on commit e3baf0b

Please sign in to comment.