Added an... important bit

This commit is contained in:
Norbi Peti 2016-12-31 00:15:35 +01:00
parent 3cd1707182
commit c6031a6f11

View file

@ -17,4 +17,9 @@ public abstract class AnnounceCommandBase extends UCommandBase {
public boolean GetPlayerOnly() {
return false;
}
@Override
public boolean GetModOnly() {
return true;
}
}