Skip to content

Commit 262bef1

Browse files
committed
fix for RTTI Data
1 parent b633f3f commit 262bef1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core/modules/players/players_wrap_python.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ void export_playerinfo()
182182
CLASS_METHOD(CPlayerInfo,
183183
get_edict,
184184
"Returns the player's CEdict instance.",
185-
manage_new_object_policy()
185+
reference_existing_object_policy()
186186
)
187187

188188
BOOST_END_CLASS()

0 commit comments

Comments
 (0)