LuaLibraryTracker.wiki
changeset 1370 12e73b288cf0
parent 1369 9818052b6fcb
child 1371 2f474a6a7c54
--- a/LuaLibraryTracker.wiki	Wed May 02 23:54:04 2018 +0100
+++ b/LuaLibraryTracker.wiki	Wed May 02 23:55:46 2018 +0100
@@ -41,7 +41,7 @@
 Will keep track of the given hedgehog gear when it becomes restored, i.e. no longer hidden (e.g. with `RestoreHog`).
 
 === `trackTeams()` ===
-Will start the tracking of teams, clans and hedgehogs (hogs can be tracked without this). You *must* call this function in `onGameStart` when you want to use any of the team or clan-related functions below.
+Will start the tracking of teams, clans and hedgehogs (hogs can be tracked without this). If you want to use any of the team or clan-related functions below, you *must* call this function in `onGameStart`.