mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-04-22 16:37:34 -05:00
9 lines
150 B
Plaintext
9 lines
150 B
Plaintext
///change_add()
|
|
|
|
if (!global.change)
|
|
{
|
|
global.change = true;
|
|
global.change_time = current_time;
|
|
|
|
show_debug_message("Change made.");
|
|
} |