mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-17 10:17:07 +01:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
/client/proc/clear_export()
|
|
var/savefile/S = new()
|
|
S["deleted"] << 1
|
|
Export(S)
|