mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-17 22:27:07 -05:00
14 lines
185 B
Plaintext
14 lines
185 B
Plaintext
///change_add()
|
|
function change_add() {
|
|
|
|
if (!global.change)
|
|
{
|
|
global.change = true;
|
|
global.change_time = current_time;
|
|
|
|
show_debug_message("Change made.");
|
|
}
|
|
|
|
|
|
}
|