This commit is contained in:
Chris Danford
2005-06-04 01:54:44 +00:00
parent e86dffd34e
commit 4bce1df7fe
+2
View File
@@ -452,7 +452,9 @@ public:
IPreference *pPref = PREFSMAN->GetPreferenceByName( sName );
if( pPref == NULL )
{
LOG->Warn( "GetPreference: unknown preference \"%s\"", sName.c_str() );
}
else
{
lua_pushvalue( L, 2 );