mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-06 07:46:08 +00:00
Better context yes
This commit is contained in:
@@ -449,7 +449,7 @@ public class VirtualDecreeCommand {
|
||||
value = update;
|
||||
}
|
||||
|
||||
if (i.isContextual() && value == null) {
|
||||
if (sender.isPlayer() && i.isContextual() && value == null) {
|
||||
DecreeContextHandler<?> ch = DecreeContextHandler.contextHandlers.get(i.getType());
|
||||
|
||||
if (ch != null) {
|
||||
|
||||
Reference in New Issue
Block a user