forked from GeyserMC/Geyser
Only allow console to shut down Geyser with a command
This commit is contained in:
parent
c290e7a7fd
commit
1670c77672
4 changed files with 15 additions and 0 deletions
|
@ -108,4 +108,9 @@ public class GeyserLogger extends SimpleTerminalConsole implements IGeyserLogger
|
|||
public void sendMessage(String message) {
|
||||
info(message);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isConsole() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue