Skip to content

Commit

Permalink
Use double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zSALLAZAR authored and dktapps committed Nov 24, 2024
1 parent c84b95d commit ec9726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/item/StringToItemParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ private static function registerItems(self $result) : void{
$result->register("honey_bottle", fn() => Items::HONEY_BOTTLE());
$result->register("host_armor_trim_smithing_template", fn() => Items::HOST_ARMOR_TRIM_SMITHING_TEMPLATE());
$result->register("honeycomb", fn() => Items::HONEYCOMB());
$result->register('ice_bomb', fn() => Items::ICE_BOMB());
$result->register("ice_bomb", fn() => Items::ICE_BOMB());
$result->register("ink_sac", fn() => Items::INK_SAC());
$result->register("iron_axe", fn() => Items::IRON_AXE());
$result->register("iron_boots", fn() => Items::IRON_BOOTS());
Expand Down

0 comments on commit ec9726d

Please sign in to comment.