mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -04:00
fixes
This commit is contained in:
@@ -905,7 +905,7 @@ std::string VChatInterface::parseWorldName(std::string const & input)
|
||||
std::string::size_type findIndex = input.find(worldCode);
|
||||
if(findIndex != std::string::npos)
|
||||
{
|
||||
findIndex += worldCode.length());
|
||||
findIndex += worldCode.length();
|
||||
output = input.substr(findIndex);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user