We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da98cd commit c4e5dd2Copy full SHA for c4e5dd2
src/xrServerEntities/object_item_script.cpp
@@ -37,6 +37,7 @@ ObjectFactory::SERVER_BASE_CLASS *CObjectItemScript::server_object (LPCSTR secti
37
SERVER_SCRIPT_BASE_CLASS *object;
38
39
try {
40
+ // XXX nitrocaster: why not call m_server_creator(section) with adopt policy?
41
luabind::object *instance = 0;
42
43
instance = xr_new<luabind::object>((luabind::object)(m_server_creator(section)));
0 commit comments