diff options
| author | EverythingWindows <[email protected]> | 2022-11-17 13:36:07 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-17 13:36:07 +0700 |
| commit | 4beaaa1988db67f89ed55d52738fe0d465d6482f (patch) | |
| tree | f9a55f7d23bfd3570f9aca794c5c88805ce7ae67 /ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb | |
| parent | 9d0b741e7b1ced233cd791f51e1c975b60d43acd (diff) | |
| download | shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.tar.gz shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.tar.bz2 shiftos-therevival-old-4beaaa1988db67f89ed55d52738fe0d465d6482f.zip | |
further isolate any terminal-related function from console
Diffstat (limited to 'ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb')
| -rw-r--r-- | ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb index 048b61f..61381de 100644 --- a/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb +++ b/ShiftOS-TheRevival/Functions/InGame/LoreManager/IntroStoryTell.vb @@ -31,7 +31,7 @@ Console.TextBox1.ReadOnly = False Strings.ComputerInfo(0) = "shiftos" Strings.ComputerInfo(1) = "user" - Console.CheckFeature() + Terminal_CheckFeature() Terminal_PrintPrompt() Terminal_AssignPrompt() TextRebind() |
