Commit
b570ce016d4f687f944c1d2471a4b11878acfbe6
by Pieter12345 Fix error in core for shell() and shell_adv() with empty command Throw CREIllegalArgumentException instead. (commit: b570ce0 ) The file was modified src/main/java/com/laytonsmith/core/functions/Cmdline.java The file was modified src/main/java/com/laytonsmith/abstraction/MCPlayer.java The file was modified src/main/java/com/laytonsmith/abstraction/bukkit/entities/BukkitMCPlayer.java The file was modified src/main/java/com/laytonsmith/core/functions/PlayerManagement.java
Commit
a8eceaa6da00138cb05b65101e41a32b7a2d3c2c
by Pieter12345 Fix wrong target in exceptions for functions with function arguments Fix the stacktrace manager switching to for example `c()` in `a(b, c(), d)` and keeping the target of `c()` for a CRE thrown by `a()`. (commit: a8eceaa ) The file was modified src/main/java/com/laytonsmith/core/Script.java The file was modified src/main/java/com/laytonsmith/core/ObjectGenerator.java The file was modified src/main/java/com/laytonsmith/abstraction/bukkit/BukkitConvertor.java The file was modified src/main/java/com/laytonsmith/abstraction/bukkit/blocks/BukkitMCMaterial.java The file was modified src/main/java/com/laytonsmith/abstraction/blocks/MCMaterial.java The file was modified src/main/java/com/laytonsmith/abstraction/bukkit/BukkitMCItemStack.java