Skip to content
Success

Changes

Summary

  1. Fix Brace-chaining, fixes #440 (commit: 4c75e58) (details)
  2. Prevent massive NPE chain (commit: 15e6111) (details)
Commit 4c75e58b936abcea00d05019ae2bd5c30c3ec8b0 by mcmonkey4eva
Fix Brace-chaining, fixes #440
(commit: 4c75e58)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/BracedCommand.java (diff)
Commit 15e6111c15f2c6f471375cc1d722c4563ba7dfbb by mcmonkey4eva
Prevent massive NPE chain

We should maybe have arg.matchesArgumentType ensure a valueOf won't
return null?
(commit: 15e6111)
The file was modified src/main/java/net/aufdemrand/denizen/scripts/commands/entity/TeleportCommand.java (diff)