fix: comment unused parameter (#250)

This commit is contained in:
55Honey
2025-02-01 22:49:10 +01:00
committed by GitHub
parent 0fda6f8d25
commit dee3a1ad8e

View File

@@ -382,7 +382,7 @@ namespace LuaGuild
/** /**
* Resets the number of item withdraw in all tab's for all [Guild] members. * 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(); guild->ResetTimes();
return 0; return 0;