noisy
This commit is contained in:
@@ -557,7 +557,7 @@ public:
|
|||||||
const char *pValue = lua_tostring( LUA->L, -1 );
|
const char *pValue = lua_tostring( LUA->L, -1 );
|
||||||
if( pValue == NULL )
|
if( pValue == NULL )
|
||||||
RageException::Throw( "\"%s\" Column entry is not a string", sLuaFunction.c_str() );
|
RageException::Throw( "\"%s\" Column entry is not a string", sLuaFunction.c_str() );
|
||||||
LOG->Trace( "'%s'", pValue);
|
// LOG->Trace( "'%s'", pValue);
|
||||||
|
|
||||||
defOut.choices.push_back( pValue );
|
defOut.choices.push_back( pValue );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user