diff options
author | rubenwardy <rubenwardy@gmail.com> | 2015-06-11 17:35:32 +0100 |
---|---|---|
committer | rubenwardy <rubenwardy@gmail.com> | 2016-07-29 16:03:30 +0100 |
commit | 56d08f2f49ffc8de30cc37e7c99c2164f8555d7d (patch) | |
tree | 615dda56b637103fb04d593196e4c973274ea8db /readme.md | |
parent | 79818c13555e12cc6d12f4855bcbf2d8441c9ce8 (diff) |
Refactor awards.unlock
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ old fork in Carbone, under same license. * name is the player name * def is the award def. * return true to cancel HUD -* awards.give_achievement(name, award) +* awards.unlock(name, award) * gives an award to a player * name is the player name |