Added an... important bit
This commit is contained in:
parent
3cd1707182
commit
c6031a6f11
1 changed files with 5 additions and 0 deletions
|
@ -17,4 +17,9 @@ public abstract class AnnounceCommandBase extends UCommandBase {
|
||||||
public boolean GetPlayerOnly() {
|
public boolean GetPlayerOnly() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean GetModOnly() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue