Fix sim.deleteStamp not updating stamps.def
This commit is contained in:
parent
e9011033eb
commit
4cf0fe5aab
@ -1053,7 +1053,7 @@ void Client::DeleteStamp(ByteString stampID)
|
||||
ByteString stampFilename = ByteString::Build(STAMPS_DIR, PATH_SEP, stampID, ".stm");
|
||||
remove(stampFilename.c_str());
|
||||
stampIDs.erase(iterator);
|
||||
return;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user