We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9435278 commit ca15417Copy full SHA for ca15417
1 file changed
src/main/java/me/emafire003/dev/lightwithin/client/screens/LuxcognitaScreenV2.java
@@ -336,12 +336,14 @@ else if(clickAction.equals(ClickActions.GO_DIALOGUE)){
336
String finalTarget = target;
337
pressAction = (button -> {
338
this.client.player.sendMessage(Text.translatable(finalTarget));
339
+ sendDialogueStopDreamPacket();
340
this.closeWithAnimation();
341
});
342
}else if(clickAction.equals(ClickActions.SEND_OVERLAY_MSG)){
343
344
345
this.client.player.sendMessage(Text.translatable(finalTarget), true);
346
347
348
349
}
0 commit comments