if (argument.equals("add")) {
tError("This is not the standard time command.");
usage();
return;
} else if (argument.equals("unfreeze")) {
time.unfreeze();
tInfo("Time unfrozen");
return;
} else if (argument.equals("freeze")) {
time.freeze();
tInfo("Time frozen");