diff -r 24b348e89a57 -r b7cdb01850c5 LuaLibraryUtils.wiki --- a/LuaLibraryUtils.wiki Fri Apr 19 15:47:17 2019 +0100 +++ b/LuaLibraryUtils.wiki Fri Apr 19 15:49:26 2019 +0100 @@ -24,7 +24,7 @@ Calling this function means the team has made a record attempt of a given record type (e.g. fastest time or highscore) with a given `value`. If the team's own record has been beaten, or is has set the first record, the team file is being updated. - * `recordType`: Type of record (see [ConfigurationFiles#[Mission%20]] for a list) + * `recordType`: Type of record (see [ConfigurationFiles#[Mission%2520<%5BMISSION_NAME>%5D] for a list) * `value`: Value that has been achieved by the team * `stat`: If `true` (default), will also write a message in the stats screen (whether record has been beaten, or current record if not). Otherwise, this writes nothing.