From b65ff683752f4eeaf49e9093b83b1a0e851b07c4 Mon Sep 17 00:00:00 2001
From: Martin Taibr <taibr.martin@gmail.com>
Date: Wed, 17 Apr 2019 16:34:49 +0000
Subject: [PATCH] Update Programming Tips

---
 Programming-Tips.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Programming-Tips.md b/Programming-Tips.md
index 6014472..1b3ac40 100644
--- a/Programming-Tips.md
+++ b/Programming-Tips.md
@@ -11,3 +11,5 @@ If you need 2 players for debugging, you can launch another client locally:
 ### Testing with bots
 
 You can prevent bots from firing (`bot_nofire 1`) or stop them completely (`bot_cmd * pause`). With `sv_cheats 1` (takes effect next match), you can drag them around (default V or drag object in menu).
+
+Note that `sv_cheats 1` prevents bots from spawning in the campaign (should you decide to put it in your `autoexec.cfg` and later wonder why the campaign is broken).
-- 
2.39.5