Skip to content

Commit

Permalink
comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Uncovery committed May 22, 2020
1 parent 1f41e95 commit addc302
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shop_common.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ function umc_goods_get_text($item_name_raw, $item_data = 0, $meta = '') {
$nbt_raw = '';
$meta_spacer = '';
if ($meta != '') {
//check if the META is a serialized array
$tmp_var = umc_nbt_display($meta, 'short_text'); //umc_get_meta_txt($meta, 'short');
$meta_spacer = ' ';
// differentiate between meta and nbt
Expand Down

0 comments on commit addc302

Please sign in to comment.