Skip to content

Commit

Permalink
Fix section name for extdata getter
Browse files Browse the repository at this point in the history
  • Loading branch information
nosoop committed Dec 24, 2021
1 parent 72aadbf commit baa705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/cwx/item_config.sp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ enum struct CustomItemDefinition {

KeyValues result;
if (this.source.JumpToKey(name, false)) {
result = new KeyValues("attributes_custom");
result = new KeyValues(name);
result.Import(this.source);
this.source.GoBack();
}
Expand Down

0 comments on commit baa705e

Please sign in to comment.