mirror of
https://e.coding.net/circlecloud/SimpleEssential.git
synced 2025-01-06 12:18:56 +00:00
fix gc command onlyplayer...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
ab8bff05c0
commit
f9e2ee8e3e
@ -60,6 +60,6 @@ public class CommandGc extends BaseCommand {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isOnlyPlayerExecutable() {
|
public boolean isOnlyPlayerExecutable() {
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user