mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Five - Remove player check
This commit is contained in:
parent
91cf10541b
commit
80893f2592
@ -34,10 +34,7 @@ public interface DecreeExecutor {
|
||||
|
||||
default Player player()
|
||||
{
|
||||
if (sender().isPlayer()) {
|
||||
return sender().player();
|
||||
}
|
||||
return null;
|
||||
return sender().player();
|
||||
}
|
||||
|
||||
default void message(String string)
|
||||
|
Loading…
x
Reference in New Issue
Block a user