Skip to content

Commit c697112

Browse files
author
TheProgramSrc
committed
Change log:
• Working on Messaging Services Bugs
1 parent c7698ff commit c697112

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.7</version>
9+
<version>3.2.8_BETA1</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().toLowerCase().replaceAll(" ", "") + ":messagingchannel";
149149
}
150150

151151
/**

0 commit comments

Comments
 (0)