From d77ca397084653f2ad8f1d078e2db6ff8209f6cc Mon Sep 17 00:00:00 2001 From: Blixibon Date: Wed, 29 Jul 2020 12:23:36 -0500 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index ab6db7a..9e99903 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -25,7 +25,7 @@ **Q: Where do Tony Sergi's changes come from? Is it using leaked code?** -**A:** Tony Sergi's changes were from the Source 2007 SDK on Steam. They're not in the Source 2013 SDK because Valve did not branch off of the Source 2007 SDK when they created the new codebase, so it did not contain Tony's changes by default. +**A:** Tony Sergi's changes were from the Source 2007 SDK on Steam. They're not in the Source 2013 SDK because Valve did not branch off of the Source 2007 SDK when they created the new codebase, so it did not contain Tony's changes by default. They do not contain any leaked code. --- **Q: Why does Mapbase usually put everything in an update into one commit for every update instead of putting changes into individual commits?**