Skip to content

Commit

Permalink
Fix inc (#95)
Browse files Browse the repository at this point in the history
Unable to load module plugin: Native "Shop_SetHide" was not found. Special thanks to @theelsaud.
  • Loading branch information
statebyte authored Feb 22, 2021
1 parent 8f6977b commit 86bf917
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/sourcemod/scripting/include/shop.inc
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,6 @@ public void __pl_shop_SetNTVOptional()
MarkNativeAsOptional("Shop_RemoveClientItem");
MarkNativeAsOptional("Shop_GetClientItemCount");
MarkNativeAsOptional("Shop_UseClientItem");
MarkNativeAsOptional("Shop_SetHide");
}
#endif

0 comments on commit 86bf917

Please sign in to comment.