Don't report keybinds unless asked

Do report where you're saving prefs
This commit is contained in:
AzaezelX 2025-01-30 17:29:31 -06:00
parent b105fce2f2
commit 3797038664
4 changed files with 9 additions and 7 deletions

View file

@ -11,8 +11,8 @@ function JoinServerMenu::onWake(%this)
function JoinServerMenu::onSleep(%this)
{
echo("Exporting client prefs");
%prefPath = getPrefpath();
echo("Exporting client prefs to "@ getUserHomeDirectory() @ "/clientPrefs." @ $TorqueScriptFileExtension);
export("$pref::*", %prefPath @ "/clientPrefs." @ $TorqueScriptFileExtension, false);
}