mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-27 02:59:06 +00:00
Five - Remove player check
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user