diff options
| author | Alee <Alee14498@gmail.com> | 2019-04-08 16:48:55 -0400 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-04-08 16:48:55 -0400 |
| commit | 72e07e467a19d903332e79fe75672a743f207fcb (patch) | |
| tree | b745cf45769fb1a94147d7806c01bcc3295bd74c /PortEngine/StorylineAPI.cs | |
| parent | 83f8e18323bae72856eee60cd04d890e1fa41c45 (diff) | |
| download | Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.gz Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.tar.bz2 Project-Silicon-72e07e467a19d903332e79fe75672a743f207fcb.zip | |
Some things
Diffstat (limited to 'PortEngine/StorylineAPI.cs')
| -rw-r--r-- | PortEngine/StorylineAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PortEngine/StorylineAPI.cs b/PortEngine/StorylineAPI.cs index 97f526a..2edb3cc 100644 --- a/PortEngine/StorylineAPI.cs +++ b/PortEngine/StorylineAPI.cs @@ -132,7 +132,7 @@ namespace PortEngine await Task.Delay(2000); txtSentMessageDump.AppendText("<Adam> It protects your privacy and has custom web-pages." + Environment.NewLine); await Task.Delay(2000); - txtSentMessageDump.AppendText("<Adam> Think of it like the deep web, but, deeper." + Environment.NewLine); + txtSentMessageDump.AppendText("<Adam> Think of it like the dark web, but, deeper." + Environment.NewLine); await Task.Delay(2000); txtSentMessageDump.AppendText("<Adam> It does not use the normal domains used with the World Wide Web, it uses specially formatted domains." + Environment.NewLine); await Task.Delay(2000); |
