--- a/GearTypes.wiki Tue Mar 08 04:31:30 2016 +0000
+++ b/GearTypes.wiki Tue Mar 08 06:55:21 2016 +0000
@@ -497,7 +497,7 @@
This gear is created to mark the beginning of the game. It will cause a ticker message to be displayed (“Let's fight!”) and sets some internal stuff.
==== `gtATFinishGame` ====
-This gear is created at the end of the game. The gear itself will fade out the screen and cause the game to be closed.
+This gear is created at the end of the game. The gear itself will fade out the screen and cause the game to be closed. Note: If you want to end the game early, we recommend to call the `EndGame` function instad of using this gear.
* `Timer`: Fade-out countdown in milliseconds. Fade-out begins at 1000 and finishes at 0.