[1.189.044] on DS, Copy and Paste is loosing Storage
seen only on DS, tested in a offline world, there it is working fine.
Copy and paste is loosing content of storage on DS, see short example script to check it.
I remember that was working a while ago, but i have no idea until when.
1. Run it with argument "write"
2. Run it without argument to see content of Storage
3. Copy the ship
4. Run it without argument
--> on DS Storage is lost
__________________________________________
void Main(string argument)
{
if (argument == "delete")
{
this.Storage = "";
return;
}
if (argument == "write")
{
this.Storage = "blablabla";
return;
}
Echo("Storage: "+this.Storage);
}
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Hello, Engineer!
Thank you for your feedback! Your topic has been added between considered issues.
Please keep voting for the issue as it will help us to identify the most serious bugs.
We really appreciate your patience.
Kind Regards
Keen Software House: QA Department
Replies have been locked on this page!