Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonteohr authored Jul 6, 2017
1 parent 0e06dd3 commit 6ce60d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,10 @@ native bool GiveClientFreeday(int client);
* Remove a client's freeday
*
* @param client index
* @param set a beacon
* @return true if successful
*/
native bool RemoveClientFreeday(int client);
native bool RemoveClientFreeday(int client, bool beacon);
```

## Todo
Expand Down

0 comments on commit 6ce60d9

Please sign in to comment.