mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-07 00:46:33 +02:00
@@ -512,6 +512,7 @@ void Client::DeleteStamp(ByteString stampID)
|
|||||||
if (it != stampIDs.end())
|
if (it != stampIDs.end())
|
||||||
{
|
{
|
||||||
stampIDs.erase(it, stampIDs.end());
|
stampIDs.erase(it, stampIDs.end());
|
||||||
|
Platform::RemoveFile(ByteString::Build(STAMPS_DIR, PATH_SEP_CHAR, stampID, ".stm"));
|
||||||
WriteStamps();
|
WriteStamps();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user