Skip to content

Commit c7698ff

Browse files
author
TheProgramSrc
committed
Change log:
• Working on Messaging Services Fixes
1 parent 21a1fc6 commit c7698ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>xyz.theprogramsrc</groupId>
88
<artifactId>SuperCoreAPI</artifactId>
9-
<version>3.2.6</version>
9+
<version>3.2.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SuperCoreAPI</name>

src/main/java/xyz/theprogramsrc/supercoreapi/SuperPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ default void addDisableHook(Runnable runnable){
145145
* @return Plugin messaging channel name
146146
*/
147147
default String getPluginMessagingChannelName(){
148-
return this.getPluginName() + "_MessagingChannel";
148+
return this.getPluginName() + ":messagingChannel";
149149
}
150150

151151
/**

0 commit comments

Comments
 (0)