mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Clean up some miscellaneous non-optimal string uses
This commit is contained in:
@ -455,7 +455,7 @@ void VaultAgeLinkNode::AddSpawnPoint (const plSpawnPointInfo & point) {
|
||||
|
||||
plSpawnPointVec points;
|
||||
GetSpawnPoints( &points );
|
||||
if ( std::find_if( points.begin(), points.end(), MatchesSpawnPointTitle( point.fTitle.c_str() ) )!=points.end() )
|
||||
if ( std::find_if( points.begin(), points.end(), MatchesSpawnPointTitle( point.fTitle ) )!=points.end() )
|
||||
return;
|
||||
|
||||
// only check to see if the titles are the same...
|
||||
|
Reference in New Issue
Block a user