fix gc command onlyplayer...

Signed-off-by: j502647092 <jtb1@163.com>
pull/2/MERGE
j502647092 2015-09-14 21:58:52 +08:00
parent ab8bff05c0
commit f9e2ee8e3e
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ public class CommandGc extends BaseCommand {
@Override
public boolean isOnlyPlayerExecutable() {
return true;
return false;
}
}