# HG changeset patch # User Wuzzy # Date 1525301746 -3600 # Node ID 12e73b288cf0496c423883156bcf9df75352fb4a # Parent 9818052b6fcb9985fd84dfa5cd4fdfb794fbc32c LuaLibraryTracker: trackTeams diff -r 9818052b6fcb -r 12e73b288cf0 LuaLibraryTracker.wiki --- 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`.