aboutsummaryrefslogtreecommitdiff
path: root/tutorials
diff options
context:
space:
mode:
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/tut021_detouring.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorials/tut021_detouring.md b/tutorials/tut021_detouring.md
index a03a31d..baf6b08 100644
--- a/tutorials/tut021_detouring.md
+++ b/tutorials/tut021_detouring.md
@@ -28,4 +28,6 @@ garrysmod/addons/artery\_rougelite/trace\_errors.lua
For more information on colortheme.lua see @{colortheme.lua}, for more on debug.traceback() see [the gmod wiki](http://wiki.garrysmod.com/page/debug/traceback).
+***Note*** : When detouring, mind the order that you do your logic and the logic that was there before. Does it make sense to do your function first? Maybe it makes more sense to do the usual logic, then come back to your function to do more stuff.
+
Next tutorial: @{tut030_inventories.md}