Skip to content

Commit

Permalink
Small code cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Oct 7, 2023
1 parent 5a12669 commit f95a2db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,12 @@ public static void transform(Entity1_10Types.EntityType type, List<Metadata> lis
entry.setValue(ItemRewriter.toClient((Item) value));
break;
case Float:
entry.setValue(value);
case String:
case Short:
case Position:
entry.setValue(value);
break;
case Short:
entry.setValue(value);
break;
case String:
entry.setValue(value);
break;
case Position:
entry.setValue(value);
break;
default:
default:
ViaRewind.getPlatform().getLogger().warning("[Out] Unhandled MetaDataType: " + metaIndex.getNewType());
list.remove(entry);
break;
Expand Down

This file was deleted.

0 comments on commit f95a2db

Please sign in to comment.