View Single Post
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 01-15-2015 , 22:26   Re: Store Beta [1.2-beta fork1]
Reply With Quote #6

Quote:
Originally Posted by rowedahelicon View Post
Found a bug

Code:
KvGetString(kv, "gifting_commands", buffer, sizeof(buffer), "!accept /accept");
Line 105 on store-gifting.sp, should be

Code:
KvGetString(kv, "accept_commands", buffer, sizeof(buffer), "!accept /accept");
Should be pushed in the next repository, thanks.
Drixevel is offline