aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/torui
diff options
context:
space:
mode:
authorFlorian Rinke <develop@torui.de>2021-09-30 20:42:00 +0200
committerFlorian Rinke <develop@torui.de>2021-09-30 20:42:00 +0200
commit3760849e677525f346cc0f4ebb71319b1d813091 (patch)
tree420d8b021b1440ae1f2dc8d35ab5590b62621072 /src/main/java/de/torui
parent593611f745cab688ee251c047855b1beae41f9ef (diff)
downloadCOFL-3760849e677525f346cc0f4ebb71319b1d813091.tar.gz
COFL-3760849e677525f346cc0f4ebb71319b1d813091.tar.bz2
COFL-3760849e677525f346cc0f4ebb71319b1d813091.zip
implements #3
Diffstat (limited to 'src/main/java/de/torui')
-rw-r--r--src/main/java/de/torui/coflsky/CoflSkyCommand.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/de/torui/coflsky/CoflSkyCommand.java b/src/main/java/de/torui/coflsky/CoflSkyCommand.java
index 6fc78a1..7c63ca8 100644
--- a/src/main/java/de/torui/coflsky/CoflSkyCommand.java
+++ b/src/main/java/de/torui/coflsky/CoflSkyCommand.java
@@ -55,6 +55,7 @@ public class CoflSkyCommand extends CommandBase {
break;
case "stop":
CoflSky.Wrapper.stop();
+ sender.addChatMessage(new ChatComponentText("Connection closed"));
//todo: stop
break;
case "debug":