mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-27 16:19:34 +00:00
Don't report keybinds unless asked
Do report where you're saving prefs
This commit is contained in:
parent
b105fce2f2
commit
3797038664
4 changed files with 9 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue