Merge branch 'master' of https://github.com/Saltosion/Cyber
This commit is contained in:
commit
f92a1d6f8c
@ -149,7 +149,7 @@ namespace Cyber.Console {
|
||||
string NewLog = "";
|
||||
Lines.RemoveRange(0, Lines.Count - LineCountSavedFromCleanup);
|
||||
foreach (string Line in Lines) {
|
||||
NewLog += Line;
|
||||
NewLog += Line + "\n";
|
||||
}
|
||||
TextField.text = NewLog;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user