1
0
mirror of https://e.coding.net/circlecloud/SimpleEssential.git synced 2024-11-17 01:18:47 +00:00

fix gc command onlyplayer...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092 2015-09-14 21:58:52 +08:00
parent ab8bff05c0
commit f9e2ee8e3e

View File

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