diff options
| author | Michael <[email protected]> | 2017-05-24 16:41:49 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-24 16:41:49 -0400 |
| commit | 8e345174ee0796084c542681208c57fa8f962f61 (patch) | |
| tree | 81966b6a2e49994d6b1e1a23a86b2916c3fe832e /ShiftOS_TheReturn/SaveSystem.cs | |
| parent | 9764bfd2aa55835246ebd2328bcdd436950f733e (diff) | |
| download | shiftos_thereturn-8e345174ee0796084c542681208c57fa8f962f61.tar.gz shiftos_thereturn-8e345174ee0796084c542681208c57fa8f962f61.tar.bz2 shiftos_thereturn-8e345174ee0796084c542681208c57fa8f962f61.zip | |
Dramatically increase terminal performance.
Diffstat (limited to 'ShiftOS_TheReturn/SaveSystem.cs')
| -rw-r--r-- | ShiftOS_TheReturn/SaveSystem.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ShiftOS_TheReturn/SaveSystem.cs b/ShiftOS_TheReturn/SaveSystem.cs index 9c812c7..d74006a 100644 --- a/ShiftOS_TheReturn/SaveSystem.cs +++ b/ShiftOS_TheReturn/SaveSystem.cs @@ -137,7 +137,8 @@ namespace ShiftOS.Engine Thread.Sleep(100); Console.WriteLine("[sfs] 4096 blocks read."); Console.WriteLine("[simpl-conf] Reading configuration files (global-3.conf)"); - + Console.WriteLine("[termdb] Building command database from filesystem..."); + TerminalBackend.PopulateTerminalCommands(); Console.WriteLine("[inetd] Connecting to network..."); Ready = false; |
