mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-09 10:24:52 -05:00
11 lines
203 B
Plaintext
11 lines
203 B
Plaintext
///change_backup()
|
|
|
|
var timeto = 300000;
|
|
|
|
if (global.change && current_time>global.change_time+timeto)
|
|
{
|
|
global.change = false;
|
|
global.change_time = current_time;
|
|
|
|
change_backup_make();
|
|
} |