Skip to content

Commit

Permalink
3.4.2
Browse files Browse the repository at this point in the history
disable music and change to 3.4.2
  • Loading branch information
tcfplayz committed Aug 8, 2023
1 parent 1f159b1 commit 6f0104c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ yarn_mappings=1.20.1+build.1
JDA_version=5.0.0-beta.10
placeholder_version=2.1.0+1.19.4

mod_version=3.4.1
mod_version=3.4.2
maven_group=ml.spmc
archives_base_name=SMPMod
2 changes: 1 addition & 1 deletion src/main/java/ml/spmc/smpmod/SMPMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public void onInitializeServer() {
bot.awaitReady();
messageChannel = bot.getTextChannelById(ConfigLoader.MESSAGE_CHANNEL_ID);
bot.getPresence().setPresence(OnlineStatus.DO_NOT_DISTURB, Activity.playing("Minecraft"));
MusicPlayer.playMusic();
//MusicPlayer.playMusic();
messageChannel.sendMessage("Server has opened!").queue();
} catch (Exception e) {
UtilClass.errorLog("Put Information into the Config");
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "smpmod",
"version": "3.4.1",
"version": "3.4.2",
"name": "SMPMod",
"description": "",
"authors": ["tcfplayz"],
Expand Down

0 comments on commit 6f0104c

Please sign in to comment.