Skip to content

Commit

Permalink
fix: comment unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
55Honey authored Feb 1, 2025
1 parent 0fda6f8 commit 05a85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LuaEngine/methods/GuildMethods.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ namespace LuaGuild
/**
* Resets the number of item withdraw in all tab's for all [Guild] members.
*/
int ResetTimes(lua_State* L, Guild* guild)
int ResetTimes(lua_State* /*L*/, Guild* guild)
{
guild->ResetTimes();
return 0;
Expand Down

0 comments on commit 05a85b2

Please sign in to comment.