mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-25 13:46:46 +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)
|