Correct incorrect RAM value in tutorial.

Appears to be a leftover mistake from when the tutorial pointed at foodnstuff; n00dles only has 4 GB.
This commit is contained in:
MageKing17 2021-07-03 17:33:04 -07:00 committed by danielyxie
parent 04c0c87242
commit 0cd17cd3b3

@ -288,7 +288,7 @@ function iTutorialEvaluateStep() {
break;
case iTutorialSteps.TerminalRunScript:
Engine.loadTerminalContent();
iTutorialSetText("We have 16GB of free RAM on this machine, which is enough to run our " +
iTutorialSetText("We have 4GB of free RAM on this machine, which is enough to run our " +
"script. Let's run our script using <code class='interactive-tutorial-command'>run n00dles.script</code>.");
nextBtn.style.display = "none"; // next step triggered by terminal commmand
break;