Skip to content

Commit

Permalink
Update src/main/java/ch/njol/skript/classes/registry/RegistrySerializ…
Browse files Browse the repository at this point in the history
…er.java

Co-authored-by: Patrick Miller <[email protected]>
  • Loading branch information
ShaneBeee and APickledWalrus authored May 25, 2024
1 parent a612b28 commit 8400240
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ protected R deserialize(Fields fields) {
}
if (namespacedKey == null)
return null;

return registry.get(namespacedKey);
} catch (StreamCorruptedException e) {
return null;
Expand Down

0 comments on commit 8400240

Please sign in to comment.